Search code examples
firebasefirebase-console

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


Solution

  • 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!