Google Firebase Integration


Follow these steps to get the chat working:
  1. Go to your 🔥 Firebase Dashboard
  2. Create or Select your project
  3. Go to Build > Realtime Database and click on Create Database if you haven't already
  4. Copy the 🔗 Database URL back to the corresponding Game Mechanics field
  5. Go to Build > Authentication > Get Started to generate your Web API Key if you haven't already
  6. Go to Build > Authentication > Sign-in method and enable the Anonymous sign-in provider
  7. Go to Project Overview > ⚙ > Project Settings
  8. Copy the Project ID and Web API Key back to the corresponding Game Mechanics fields
  9. Go to Build > Realtime Database > Rules
Set the rules as follows:

(download link)

You should see your conversations appear in the Data tab in Build > Realtime Database.


Have fun!