Firebase Admin SDK: How to get the currently used service accont ID?
My Firebase Cloud functions Gen1 and Gen2 run locally on Firebase Emulator and in production. It seams Gen1 and Gen2 run with different service accounts.
Can I use the Auth Token of a user in Firebase CLI as credentials for Firebase Admin SDK?
If you’re using firebase-tools as a module, you can get the refresh token of a user by
Can’t generate a private new key on a brand new project and new organization
I’ve created a brand new account using a purchased domain. I’ve set up a new Firebase project. Enabled billing, upgraded to Blaze plan. When trying to generate a new private key so I can use the Python Admin SDK, I am denied, receiving the statement: “You’ve reached the maximum limit on the number of keys […]