Skip to content

Commit eb21410

Browse files
docs(google-signin): Update docs to include adding GIDClientID to info.plist (#522)
1 parent c91f518 commit eb21410

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/google-signin/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Make sure you've filled out all the required fields in the console for [OAuth co
8585
2. Select `GoogleService-Info.plist` from the file manager.
8686
3. Select the `Runner` target from the dialog that appears.
8787

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

9090
```xml
9191
<!-- Google Sign-in Section -->
@@ -102,6 +102,9 @@ Make sure you've filled out all the required fields in the console for [OAuth co
102102
</array>
103103
</dict>
104104
</array>
105+
<key>GIDClientID</key>
106+
<!-- Copied from GoogleService-Info.plist key CLIENT_ID -->
107+
<string><749673967192-c24phj29u2otpict36e71ocjo2g5i3hs.apps.googleusercontent.com/string>
105108
<!-- End of the Google Sign-in Section -->
106109
```
107110

0 commit comments

Comments
 (0)