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
I am trying to use Google Cloud Build to execute firebase deploy --only=hosting and am getting the below error.
I am presently pinned to a slightly older version 12.1.0 but am still encountering this error.
⚠ Authenticating with `--token` is deprecated and will be removed in a future major version of `firebase-tools`. Instead, use a service account key with `GOOGLE_APPLICATION_CREDENTIALS`: https://cloud.google.com/docs/authentication/getting-started
⚠ Unable to fetch the CLI MOTD and remote config.
=== Deploying to '<redacted project_id>'...
i deploying hosting
Error: An unexpected error has occurred.
┌───────────────────────────────────────────────────────────┐
│ firebase-tools update check failed │
│ Try running with sudo or get access │
│ to the local update config store via │
│ sudo chown -R $USER:$(id -gn $USER) /builder/home/.config │
└───────────────────────────────────────────────────────────┘
Error: An unexpected error has occurred.
The text was updated successfully, but these errors were encountered:
I am trying to use Google Cloud Build to execute
firebase deploy --only=hosting
and am getting the below error.I am presently pinned to a slightly older version
12.1.0
but am still encountering this error.The text was updated successfully, but these errors were encountered: