@capgo/capacitor-social-login 7.2.0 → 7.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -197,6 +197,8 @@ const res = await SocialLogin.login({
|
|
|
197
197
|
|
|
198
198
|
### Android configuration
|
|
199
199
|
|
|
200
|
+
The implemention use the new library of Google who use Google account at Os level, make sure your device does have at least one google account connected
|
|
201
|
+
|
|
200
202
|
Directly call the `initialize` method with the `google` provider
|
|
201
203
|
|
|
202
204
|
```typescript
|