Firebase setup
Create Firebase project
Make a web app
Create `.env` file and paste all environment variables into it
Authentication
Add your desired authentication methods
Firestore Database
Add a "Firestore Database"
Set the rules for it
Add a new document called "users"
All user objects must have their UUID copied from accounts already made through Authentication. Add email and role admin to them to give them admin permissions.
Last updated