You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @fiws, thanks for raising this issue and for providing a detailed report. I do agree that an error message stating that the service account does not have permission or something similar would be more helpful. I’ll raise this to our engineering team.
[REQUIRED] Environment info
firebase-tools: 13.9.0
Platform: node:lts docker container
[REQUIRED] Test case
Any project with a firebase.json
[REQUIRED] Steps to reproduce
GOOGLE_APPLICATION_CREDENTIALS
to an service account key that does not have access to the project used in the next commandfirebase deploy --project invalid-project-name-2358923 --only hosting --non-interactive
[REQUIRED] Expected behavior
Should print that the project does not exist or that auth is required. (Something like that)
[REQUIRED] Actual behavior
Prints this:
Which sounds like firebase is just broken and does not suggest that it could be an auth issue anywhere.
The text was updated successfully, but these errors were encountered: