๐Ÿ”ฅFirebase Setup

A more in-depth guide for setting up Firebase

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

Last updated