Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to generate a new Firebase ApiKey

I shared my project (with the ApyKey) with serverall people. Now I was wondering if it is possible to generate a new ApiKey so I know, I'm the only-one who can access my Firebase project?

enter image description here

like image 813
Johan Walhout Avatar asked Sep 04 '17 10:09

Johan Walhout


1 Answers

If you would like to have a special key for use in a server, then you can generate one by navigating to the firebase console for your project, selecting the gear in the top left hand corner and selecting project settings. Then select service accounts at the top. Then select Firebase Admin SDK and then generate new private key. Hope this helps!

like image 53
gm_ Avatar answered Oct 07 '22 21:10

gm_