Firebase - Where is My Account Secret in the New Console?

FirebaseFirebase Console

Firebase Problem Overview


I just updated my projects to the new Google Apps / Firebase console.

Where do I find the secret associated with my account in the new console?

Firebase Solutions


Solution 1 - Firebase

  1. click on the settings/cog wheel icon next to your project name at the top of the new Firebase Console
  2. Click Project settings
  3. Click on the Service Accounts tab
  4. Click on Database Secrets
  5. Hover over the non-displayed secret and click Show

Solution 2 - Firebase

enter image description hereI have added a picture with steps on how to reach this step. You may find this useful https://imgur.com/a/Y2gzD

Solution 3 - Firebase

To see a full list of all the credentials associated with your firebase app you would have to go to

Google Developer Console

On the menu tab select your firebase project from the dropdown menu.

On the Credentials tab you will find all your keys both API keys and OAuth 2.0 client IDs for both browser and server authentications.

Solution 4 - Firebase

First you have to create a Realtime Database then you can find your secret key under Project settings --> Service accounts--> Database secrets

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionLloyd BanksView Question on Stackoverflow
Solution 1 - FirebaseFrank van PuffelenView Answer on Stackoverflow
Solution 2 - FirebasedaydreamerView Answer on Stackoverflow
Solution 3 - FirebaseSojimaxiView Answer on Stackoverflow
Solution 4 - FirebaseRaghul GView Answer on Stackoverflow