- Clone the repository
- Open the project with your favorite IDE such as Android Studio
- Wait for Gradle to sync.
- Build the project (you may need the Google Maps API key. See the note below).
- It should work like a charm!
Before being able to build the project, you need to define the Google Maps API key for the projet.
Inside the file /local.properties
, add the following line:
MAPS_API_KEY = <key>
It should now work like a charm!
Note for SDP graders: if you want the key, check the private channel of the team.
The firebase emulator is already setup-ed on the CI. You can install one on your local machine with this tutorial.
The app uses Firebase Auth, Storage and Realtime database. All configurations files are already in the /emulator
folder.
Obviously, the app does not support to be ran with the Firebase emulator without changing manually its code.