63

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?

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
Lloyd Banks
  • 35,740
  • 58
  • 156
  • 248

4 Answers4

145
  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
Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
  • 6
    great, thank you, it was not obvious. However keep in mind – database secrets are deprecated and should not be used (details on https://firebase.google.com/docs/admin/setup) – Serge Dec 28 '16 at 12:17
  • 13
    It's deprecated, but what other value to use for calling the REST endpoints is unclear. – Lavamantis Jun 18 '17 at 00:06
  • 2
    "Database secrets are currently deprecated and use a legacy Firebase token generator. Update your source code with the Firebase Admin SDK." – Taylor D. Edmiston Jul 07 '20 at 15:08
11

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

daydreamer
  • 87,243
  • 191
  • 450
  • 722
5

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.

Sojimaxi
  • 485
  • 1
  • 10
  • 17
1

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

Raghul G
  • 11
  • 2