All provider guides
Cloud connection
How to connect Firebase
You need a Name and the Firebase Admin service account JSON.
You can save multiple named Firebase accounts. Credentials stay in workspace secret storage and are never shown after save.
- 1
- 2
Generate a private key
Click Generate new private key and confirm. Open the downloaded JSON and copy all of it.
- 3
Paste into EntityStacks and save
Enter a Name, paste Service Account JSON, then save. Repeat for another Firebase project.
Fields EntityStacks saves
Service Account JSON
Project settings → Service accounts → Generate new private key. Paste the full file.
{ "type": "service_account", "project_id": "…" }