Skip to content

Commit 1b1f232

Browse files
authored
docs: android client id (#57)
1 parent ac87502 commit 1b1f232

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/setting-up/get-config-file.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,11 @@ Using _all_ of the SHA-1 fingerprints obtained in the previous step, follow the
6868

6969
<TabItem value="cloud-console" label="When not using Firebase">
7070
Follow the "Create authorization credentials" instructions
71-
[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.
71+
[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.
7272

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

7577
</TabItem>
7678

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

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

114-
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**.
116+
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 commit comments

Comments
 (0)