Explore Landmarks and Receive Points For Visiting Them
Published to Google Play Store: https://play.google.com/store/apps/details?id=com.tourtreasure&hl=en_GB
Configuration steps:
Setup
- Setup a project on Firebase
- Link an Android application, declare package as
com.tourtreasure - Dowload
google-services.jsonand copy toandroid/appfolder of project
Firebase Servies
- Enable Firestore Database on Firebase
- Enable Email/Password Authentication
- Enable Messaging
Google Maps
- Create a Google Cloud account
- Get a Maps API key
- Create an
.envfile in the root of the project - Create a constant for the Maps API key (E.g.
GOOGLE_MAPS_API_KEY=1234564211-h3562h3525-o24u4h4)
Run npm install Run npm run Android