Robin Singh
Robin Singh

Reputation: 1796

How can i generate private key for firebase admin sdk?

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!

Upvotes: 7

Views: 2713

Answers (2)

Frank van Puffelen
Frank van Puffelen

Reputation: 598765

firebaser here

The option to generate this key was accidentally removed from the Firebase console last Friday, as a new version of the console interpreted the HTML differently than in the past. We have a fix for this rolling out in production today.

Upvotes: 0

Robin Singh
Robin Singh

Reputation: 1796

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

https://console.cloud.google.com/iam-admin/serviceaccounts

You can also check this video

enter image description here

enter image description here

Upvotes: 11

Related Questions