Skip to content

Commit

Permalink
docs: android client id (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak authored Feb 14, 2025
1 parent ac87502 commit 1b1f232
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/setting-up/get-config-file.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,11 @@ Using _all_ of the SHA-1 fingerprints obtained in the previous step, follow the

<TabItem value="cloud-console" label="When not using Firebase">
Follow the "Create authorization credentials" instructions
[here](https://developers.google.com/identity/protocols/oauth2/native-app#android) to create an "OAuth client ID" of type Android for each of the SHA-1 fingerprints you obtained - see screenshot below.
[here](https://developers.google.com/identity/protocols/oauth2/native-app#android) to create an "OAuth client ID" of type Android for each of the SHA-1 fingerprints you obtained - see the screenshot below.

![Google cloud console - creating Android OAuth ID](/img/android-client-id.png)
You will _NOT_ need the created IDs later - the only goal here is for them to be created in the Google Cloud Console.

![Google Cloud Console - creating Android OAuth ID](/img/android-client-id.png)

</TabItem>

Expand Down Expand Up @@ -111,4 +113,4 @@ Read below on how to set up Google Sign In for your iOS app.

[//]: # '(offline support, web support)'

For some use cases, a Web Client ID is needed (provided to the `configure()` call). To obtain a Web Client ID, go to [Google Cloud Console](https://console.cloud.google.com/apis/credentials?project=_) and find an existing one (it may be already created by Firebase) or create a new OAuth Client ID of type **Web**.
For some use cases, a Web Client ID is needed (provided to the `configure()` call). To obtain a Web Client ID, go to [Google Cloud Console](https://console.cloud.google.com/apis/credentials?project=_) and find an existing one (it may have been already created by Firebase) or create a new OAuth Client ID of type **Web**.

0 comments on commit 1b1f232

Please sign in to comment.