How to generate a new Firebase ApiKey

Johan Walhout picture Johan Walhout · Sep 4, 2017 · Viewed 8k times · Source

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

Answer

gm_ picture gm_ · Sep 4, 2017

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!