Skip to content

Commit 17a40ee

Browse files
chore(update-plugins): Mon Nov 27 08:05:51 UTC 2023
1 parent 865f746 commit 17a40ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

plugins/google-signin.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ keytool -list -v \
8787
1. [Create a Firebase project](https://firebase.google.com/docs/ios/setup#create-firebase-project)
8888
2. [Register your app with Firebase](https://firebase.google.com/docs/ios/setup#register-app)
8989
3. [Add a Firebase configuration file](https://firebase.google.com/docs/ios/setup#add-config-file), `GoogleService-Info.plist.` to `App_Resources/iOS/`.
90-
91-
3. Add the `CFBundleURLTypes` and `GIDClientID` attributes below to the `App_Resources/iOS/Info.plist` file.
90+
4. Enter [Google Cloud](https://console.cloud.google.com/) and choose your project created from firebase. Access the Apis and Services -> Credentials section and add a new credential of type `OAuth Client ID`. In application type choose iOS. Return to the Credentials screen and enter your new key in the `OAuth 2.0 Client ID` section. Copy `Client ID` and `iOS URL Scheme` for next step.
91+
5. Add the `CFBundleURLTypes` and `GIDClientID` attributes below to the `App_Resources/iOS/Info.plist` file.
9292

9393
```xml
9494
<!-- Google Sign-in Section -->
@@ -100,14 +100,14 @@ keytool -list -v \
100100
<key>CFBundleURLSchemes</key>
101101
<array>
102102
<!-- TODO Replace this value: -->
103-
<!-- Copied from GoogleService-Info.plist key REVERSED_CLIENT_ID -->
103+
<!-- Paste your iOS URL Scheme here -->
104104
<string>com.googleusercontent.apps.292142294722-23nmrq9mn8rhpqipjc1bt4qecga3qgsf</string>
105105
</array>
106106
</dict>
107107
</array>
108108
<key>GIDClientID</key>
109-
<!-- Copied from GoogleService-Info.plist key CLIENT_ID -->
110-
<string><749673967192-c24phj29u2otpict36e71ocjo2g5i3hs.apps.googleusercontent.com/string>
109+
<!-- Paste your Client ID here -->
110+
<string>749673967192-c24phj29u2otpict36e71ocjo2g5i3hs.apps.googleusercontent.com</string>
111111
<!-- End of the Google Sign-in Section -->
112112
```
113113

0 commit comments

Comments
 (0)