Skip to content

Commit

Permalink
docs: update google fit setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebars authored May 22, 2024
1 parent af68e93 commit 150e74c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/fundamentals/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,15 @@ Open your project's AndroidManifest.xml and add the following lines inside the `

2. [Create an OAuth screen](https://console.developers.google.com/apis/credentials/consent) for your project.

3. Select `User Type: External` and fill out the form. Add `../auth/fitness.activity.read` to
3. Select `User Type: External` and fill out the form. Add `https://www.googleapis.com/auth/fitness.activity.read` to
**Scopes for Google APIs**.

4. Fill out next popup forms with a brief explanation why you're using the activity tracker (no need to write much).

5. Go to [Google console](https://console.developers.google.com/flows/enableapi?apiid=fitness&pli=1) (note: select the
correct project at the top)

6. Select your app's project, `Continue`, and `Go to Credentials`.
6. Select your app's project, `Continue`, and `Credentials` and select `Create credentials` -> `Create OAuth client ID`.

7. Where will you be calling the API from? Select `Android`.

Expand Down

0 comments on commit 150e74c

Please sign in to comment.