Skip to content

Update readme.md #480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion android/canonical/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
#Hello world
# WeRun -- An app for recording running time


## Setup

1. Setup Google Maps API

To get one, follow this link's instruction
https://developers.google.com/maps/documentation/android-sdk/get-api-key#get-the-api-key

Then replace the value of google maps key in res/value/google_maps_key.xml with the key you obtained.

Remember to restrict your API key usage before using it in production.
https://developers.google.com/maps/documentation/android-sdk/get-api-key#restrict_key

2. Setup Firebase

Follow this instruction: Option 1 from Step 1 to Step 3.1
https://firebase.google.com/docs/android/setup#console

**Replace the old google-services.json with the file you obtained from the guide.**