Skip to content

Commit 1087239

Browse files
authored
Update README.md
1 parent 9c031bd commit 1087239

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ iOS: In addition, add the following to your Runner's **AppDelegate.swift** file:
129129
Gigya.sharedInstance(UserHost.self).registerSocialProvider(of: .facebook, wrapper: FacebookWrapper())
130130
```
131131

132-
Instead of adding the provider's SDK using gradle/cocoapods, you can add the [Flutter_Facebook_login](https://pub.dev/packages/flutter_facebook_login) plugin to your **pubspec.yaml** dependencies.
133-
134132
### Google
135133

136134
Follow the core SDK documentation and instructions for setting Google login.
@@ -143,8 +141,6 @@ Follow the core SDK documentation and instructions for setting Google login.
143141
Gigya.sharedInstance(UserHost.self).registerSocialProvider(of: .google, wrapper: GoogleWrapper())
144142
```
145143

146-
Instead of adding the provider's sdk using gradle/cocoapods you can add the [Google_sign_in](https://pub.dev/packages/google_sign_in) plugin to your **pubspec.yaml** dependencies.
147-
148144
### LINE
149145

150146
In order to provider support for LINE provider, please follow the core SDK documentation.

0 commit comments

Comments
 (0)