-
Notifications
You must be signed in to change notification settings - Fork 376
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
13.0.0 - Firebase Credential -The incoming JSON object does not contain a client_email field #2778
Comments
I found a few problems with this issue:
|
I am running into the exact same issue after the release of v13.
This is how I am initialising my app: import firebaseAdmin from "firebase-admin";
firebaseAdmin.initializeApp({
credential: firebaseAdmin.credential.cert({
projectId: "from-env",
clientEmail: "from-env",
privateKey: "from-env",
}),
},
"label-here",
); Probably related?: #2466 |
Yes, and for some reason tests were replaced |
Related #2769 |
Thanks folks, this will be fixed in #2779 |
This issue is now fixed in |
thanks for this
|
Describe your environment
Steps to reproduce:
This doesn't happen in previous versions
Error
message: 'Credential implementation provided to initializeApp() via the "credential" property failed to fetch a valid Google OAuth2 access token with the following error: "The incoming JSON object does not contain a client_email field"
Relevant Code:
The text was updated successfully, but these errors were encountered: