Fuego
Connecting Fuego to a Firebase Project
big-idea

To fully utilize Fuego, you must connect it to an existing Firebase project. The connection process varies depending on whether you have previously used Firebase CLI or Google Cloud CLI tools on your machine.

Manual Project Initialization

You can manually add your Firebase project by entering the project’s configuration details, which include your project ID and service account key. Follow these steps to obtain your project ID and service account key:

  1. Open the Firebase Console and select your project.
  2. In the tab labeled Service Accounts, click on the Generate New Private Key button and download the JSON file.
    Generate private key
  3. Open Fuego and click Add Project
    Generate private key
  4. Import the JSON file into Fuego by clicking on the “Choose File” button and selecting the downloaded file.
    Generate private key

Using CLI configuration

Coming soon

This feature is currently in development and will be available in future updates.

Using Google account

Coming soon

This feature is currently in development and will be available in future updates.

Next Steps

After connecting your Firebase project, you can start managing Firestore databases, setting up Firebase Authentication, Exploring data and much more.