Skip to content

Commit 865f746

Browse files
chore(update-plugins): Sun Nov 19 08:04:57 UTC 2023
1 parent 049b645 commit 865f746

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

plugins/google-signin.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,7 @@ keytool -list -v \
8888
2. [Register your app with Firebase](https://firebase.google.com/docs/ios/setup#register-app)
8989
3. [Add a Firebase configuration file](https://firebase.google.com/docs/ios/setup#add-config-file), `GoogleService-Info.plist.` to `App_Resources/iOS/`.
9090

91-
3. Open Xcode
92-
93-
1. Right-click on the `Runner` directory and select `Add Files to Runner`.
94-
2. Select `GoogleService-Info.plist` from the file manager.
95-
3. Select the `Runner` target from the dialog that appears.
96-
97-
4. Add the `CFBundleURLTypes` and `GIDClientID` attributes below to the `App_Resources/iOS/Info.plist` file.
91+
3. Add the `CFBundleURLTypes` and `GIDClientID` attributes below to the `App_Resources/iOS/Info.plist` file.
9892

9993
```xml
10094
<!-- Google Sign-in Section -->

0 commit comments

Comments
 (0)