You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/google-signin.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -87,8 +87,8 @@ keytool -list -v \
87
87
1.[Create a Firebase project](https://firebase.google.com/docs/ios/setup#create-firebase-project)
88
88
2.[Register your app with Firebase](https://firebase.google.com/docs/ios/setup#register-app)
89
89
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.
92
92
93
93
```xml
94
94
<!-- Google Sign-in Section -->
@@ -100,14 +100,14 @@ keytool -list -v \
100
100
<key>CFBundleURLSchemes</key>
101
101
<array>
102
102
<!-- TODO Replace this value: -->
103
-
<!--Copied from GoogleService-Info.plist key REVERSED_CLIENT_ID-->
0 commit comments