Skip to content

Commit 67762fe

Browse files
chore(update-plugins): Fri Jul 14 08:05:45 UTC 2023
1 parent 23836c1 commit 67762fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

plugins/google-signin.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ keytool -list -v \
9494
2. Select `GoogleService-Info.plist` from the file manager.
9595
3. Select the `Runner` target from the dialog that appears.
9696

97-
4. Add the `CFBundleURLTypes` attributes below to the `App_Resources/iOS/Info.plist` file.
97+
4. Add the `CFBundleURLTypes` and `GIDClientID` attributes below to the `App_Resources/iOS/Info.plist` file.
9898

9999
```xml
100100
<!-- Google Sign-in Section -->
@@ -111,6 +111,9 @@ keytool -list -v \
111111
</array>
112112
</dict>
113113
</array>
114+
<key>GIDClientID</key>
115+
<!-- Copied from GoogleService-Info.plist key CLIENT_ID -->
116+
<string><749673967192-c24phj29u2otpict36e71ocjo2g5i3hs.apps.googleusercontent.com/string>
114117
<!-- End of the Google Sign-in Section -->
115118
```
116119

0 commit comments

Comments
 (0)