Google Firebase Integration
Follow these steps to get the chat working:
- Go to your 🔥 Firebase Dashboard
- Create or Select your project
- Go to Build > Realtime Database and click on Create Database if you haven't already
- Copy the 🔗 Database URL back to the corresponding Game Mechanics field
- Go to Build > Authentication > Get Started to generate your Web API Key if you haven't already
- Go to Build > Authentication > Sign-in method and enable the Anonymous sign-in provider
- Go to Project Overview > ⚙ > Project Settings
- Copy the Project ID and Web API Key back to the corresponding Game Mechanics fields
- Go to Build > Realtime Database > Rules
(download link)
You should see your conversations appear in the Data tab in Build > Realtime Database.
Have fun!