Skip to content

Commit

Permalink
chore: minor docs polish
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak committed Mar 2, 2025
1 parent 496059c commit 7d7fbd7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/setting-up/get-config-file.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,13 @@ 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 have been already created by Firebase) or create a new OAuth Client ID of type **Web**.

---

## Summary

At the end of this guide, regardless of whether you use Firebase, when you visit [Google Cloud Console](https://console.cloud.google.com/apis/credentials?project=_), you should have in the "OAuth 2.0 Client IDs" section:

- Android OAuth Client ID(s) with SHA-1 fingerprints
- iOS OAuth Client ID(s) with iOS URL scheme
- Web Client ID

0 comments on commit 7d7fbd7

Please sign in to comment.