Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 481 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 481 Bytes

Enter a room code and have friends join you, or play solo. Inspired by the game QuipLash

Configuration steps:

Setup

  1. Setup a project on Firebase
  2. Link an Android application, declare package as com.msl5.multiplayerquiz
  3. Dowload google-services.json and copy to android/app folder of project

Firebase Servies

  1. Enable Firestore Database on Firebase
  2. Copy URL and place in MainActivity.kt here: var URL = "FIREBASE_REALTIME_URL_HERE"

Sync Gradle & Run