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
For issues related to the code in this repository file a Github issue.
If the issue pertains to Cloud Firestore, read the instructions in the "Firestore issue"
template.
For general technical questions, post a question on StackOverflow
with the firebase tag.
For general Firebase discussion, use the firebase-talk
google group.
For help troubleshooting your application that does not fall under one
of the above categories, reach out to the personalized Firebase support channel.
[REQUIRED] Step 2: Describe your environment
Operating System version: Mac
Firebase SDK version:
Firebase Product: Other (auth, database, storage, etc)
Node.js version: 16.14.2
NPM version: 8.5.0
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
Sign in gcloud with impersonate service account
Run app that will initialise firebase app.
What happened? How can we make the problem occur?
This could be a description, log/console output, etc.
● Test suite failed to run
Refresh token must contain a "client_id" property.
13 | static forRoot() {
14 | Firebase.initializeApp({
> 15 | credential: Firebase.credential.applicationDefault(),
| ^
16 | });
17 | return {
18 | exports: [FIRE_STORE],
at FirebaseAppError.FirebaseError [as constructor] (../node_modules/firebase-admin/lib/utils/error.js:44:28)
at FirebaseAppError.PrefixedFirebaseError [as constructor] (../node_modules/firebase-admin/lib/utils/error.js:90:28)
at new FirebaseAppError (../node_modules/firebase-admin/lib/utils/error.js:125:28)
at new RefreshToken (../node_modules/firebase-admin/lib/app/credential-internal.js:281:19)
at new RefreshTokenCredential (../node_modules/firebase-admin/lib/app/credential-internal.js:239:15)
at Object.getApplicationDefault (../node_modules/firebase-admin/lib/app/credential-internal.js:321:20)
at Object.applicationDefault (../node_modules/firebase-admin/lib/app/credential-factory.js:55:54)
at Function.forRoot (database/database.module.ts:15:39)
at Object.<anonymous> (app.module.ts:77:20)
Thank you for your patience on this! Try out the new feature if you get a chance and let us know what you think.
If you encounter any issues, please open a new issue. Thank you!
[READ] Step 1: Are you in the right place?
template.
with the firebase tag.
google group.
of the above categories, reach out to the personalized
Firebase support channel.
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
What happened? How can we make the problem occur?
This could be a description, log/console output, etc.
Relevant Code:
My application_default_credentials.json (data has been removed)
The text was updated successfully, but these errors were encountered: