-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Service Account Privileges for Firebase Functions #175
Comments
Same here! |
Found a solution. It turned out that my Problem occured because i was doing |
@remiebelingmerifond |
Anyone still trying to figure out why your firebase functions aren't deploying correctly. I had the issue I was able to run my build through GitHub Actions which seemed to complete but never updated the functions the issue was the permissions above were needed. |
By adding
|
I followed your documentation and provider the following roles to the service account:
However, when I am deploying with the flag
--only functions
, I get a 403:Error: HTTP Error: 403, The caller does not have permission
.Do you have any ideas what I am missing?
My Google search turned up many suggestions, but noting helped yet...
Thanks for the Help!
The text was updated successfully, but these errors were encountered: