@capgo/capacitor-social-login 0.0.85 → 0.0.86

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -70,6 +70,8 @@ const res = await SocialLogin.login({
70
70
 
71
71
  ## Facebook
72
72
 
73
+ Docs: [How to setup facebook login](./docs/setup_facebook.md)
74
+
73
75
  ### Android configuration
74
76
 
75
77
  More information can be found here: https://developers.facebook.com/docs/android/getting-started
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-social-login",
3
- "version": "0.0.85",
3
+ "version": "0.0.86",
4
4
  "description": "All social logins in one plugin",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",