File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ keytool -list -v \
94
94
2 . Select ` GoogleService-Info.plist ` from the file manager.
95
95
3 . Select the ` Runner ` target from the dialog that appears.
96
96
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.
98
98
99
99
``` xml
100
100
<!-- Google Sign-in Section -->
@@ -111,6 +111,9 @@ keytool -list -v \
111
111
</array >
112
112
</dict >
113
113
</array >
114
+ <key >GIDClientID</key >
115
+ <!-- Copied from GoogleService-Info.plist key CLIENT_ID -->
116
+ <string ><749673967192-c24phj29u2otpict36e71ocjo2g5i3hs .apps.googleusercontent.com/string>
114
117
<!-- End of the Google Sign-in Section -->
115
118
```
116
119
You can’t perform that action at this time.
0 commit comments