Enter a room code and have friends join you, or play solo. Inspired by the game QuipLash
Configuration steps:
Setup
- Setup a project on Firebase
- Link an Android application, declare package as
com.msl5.multiplayerquiz
- Dowload
google-services.json
and copy toandroid/app
folder of project
Firebase Servies
- Enable Firestore Database on Firebase
- Copy URL and place in MainActivity.kt here:
var URL = "FIREBASE_REALTIME_URL_HERE"
Sync Gradle & Run