File tree 1 file changed +4
-1
lines changed 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Make sure you've filled out all the required fields in the console for [OAuth co
85
85
2. Select `GoogleService-Info.plist` from the file manager.
86
86
3. Select the `Runner` target from the dialog that appears.
87
87
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.
89
89
90
90
``` xml
91
91
<!-- Google Sign-in Section -->
@@ -102,6 +102,9 @@ Make sure you've filled out all the required fields in the console for [OAuth co
102
102
</array >
103
103
</dict >
104
104
</array >
105
+ <key >GIDClientID</key >
106
+ <!-- Copied from GoogleService-Info.plist key CLIENT_ID -->
107
+ <string ><749673967192-c24phj29u2otpict36e71ocjo2g5i3hs .apps.googleusercontent.com/string>
105
108
<!-- End of the Google Sign-in Section -->
106
109
```
107
110
You can’t perform that action at this time.
0 commit comments