🎉 Home
CUSTOMIZE A TEMPLATE ⏱
LEARN VOLTAPP
CREATE YOUR 1rst APP
GO FURTHER
Webhooks integration (Make, Zapier…): ex Notion
REFERENCE
HELP
COMMUNITY
📱Public app: https://api.voltapp.tech/app/Zi1S3Obq/
💻Template page: https://editor.voltapp.tech/template/t5QgHPEH
🛢️Data: Firebase
The Firebase Account template allows you to link your app to your own Firebase database, which allows you to manage your user accounts, your data and your files.
This template is composed of a Firebase Auth node inside which we will find 3 main screen nodes:
To connect Firebase to Voltapp, you must first create an account on Firebase Click on Get Started and then associate your Gmail account (or your email address) to register.
You can now create projects. Click on Get Started and then on Create a project. Give it a name, agree to the terms and conditions then click on Continue, fill in your analytics and country, then accept and create the project.
Authentication will allow you to manage user accounts, login etc. To start click on Create then Authentication then Start. You will be able to determine the authentication systems you want to use. In Sign-in methods you can then choose a connection via Facebook, Google, email address etc. You just have to click on the desired method and then activate it (enabled). You can select as many as you want.
Once the authentication method is determined, go to the project overview. Click on the wheel that allows you to access the project settings. There you can retrieve the Web API Key and the project ID.
Now go to Voltapp. Click on the Firebase Auth node and paste the API Key and the project ID. The trick is done!