PySaaS
More
Search
Ctrl +โK
๐ฅ
Firebase Setup
A more in-depth guide for setting up Firebase
Previous
Troubleshooting
Next
Firebase - Setting up Custom Domain for Emails
Last updated
9 months ago
Create a new project in Firebase
You will need to add both Authentication and Realtime Database to your project
Navigate to Authentication and click Get Started
Turn on email login under Sign-in Methods tab in Authentication
Navigate to Realtime Database and click Get Started
Add Users key to the database
Update JSON to include users under the Rules tab
Navigate to Project Overview and create a web app
After registering the app, it will display the information you need for the
.env
file