How to setup the integration with Firebase?

The idea behind the Firebase bubble is to write content directly in your database.

You can create it by clicking on “New Bubble” then select one of the Firebase bubbles.

Then you’ll need to connect your account.

To do that, you’ll need to go to your Firebase project and open the Project Settings :

Then Service Accounts :

You’ll need to generate a new private key and store the database URL for later use.

Then, click on Connect Your Account in the Firebase bubble. It leads here and click “Use a service account”:

Just update the database URL before saving and coming back to your bubble.

The path tells where the action is going to happen :

Then there are multiple operations (Set will write and replace what is present, Update will only replace what is different, push will add an element to a list, get will read the content and delete will delete the content).

BE CAREFUL NOT TO OVERWRITE YOUR DATA.