Home > Net >  How can i generate private key for firebase admin sdk?
How can i generate private key for firebase admin sdk?

Time:07-03

I am trying to create new private key for firebase admin sdk, but the button is not available. Can someone guide me on how can i achieve this?

enter image description here

Any solution appreciated!

CodePudding user response:

After a lot of struggle. Finally, I found the solution. Just go to google cloud and click on the firebase-admin option and add your keys

enter image description here

enter image description here

CodePudding user response:

In the Firebase console, open Settings and click Service Accounts.

Then click Generate New Private Key. After that confirm by clicking Generate Key.

Then JSON file containing key will be downloaded

Hope this helps

  • Related