- Upgraded Android dependencies: 12.+ for Facebook SDK. Please update your AndroidManifest.xml and strings.xml according to the readme, support for Chrome tabs and client tokens has been added.
- Upgraded iOS dependencies: 12.+ for Facebook SDK. Please update your Info.plist according to the manifest,
FacebookClientToken
has been added.
LimitedLogin
option has been added. See Limited Login mode for more information.ProfileDataFields
now loads all available profile data on iOS (without calling the API), even whenRequestProfileData
wasfalse
.
- Lock Google Sign-In iOS SDK to version 5.* to prevent issues with version 6 of the SDK.
- Added NS8 and Angular 12 support. This version does not work on NS7, use major version 2 (^2.0.0) for that.
- Added NS7 and Angular 10 support. This version does not work on NS6, use major version 1 (^1.0.0) for that.
- Export
SignInWithAppleResultType
.
- Upgraded Android dependencies: 18.0.0 for Google Play Services, 7.1.0 for Facebook SDK.
- Added a warning about Facebook data collection.
- Added the ability to override the Android Facebook SDK version by defining the
facebookSDKVersion
property in your gradle file.
- Add all name components to Sign In with Apple. fgutteridge #2
- Properly return all profile fields (like picture) as javascript objects for Facebook in ProfileDataFields.
- Sign In with Apple functionality.
- Updated readme.
- Added Vue demo.
- Make sure it's clear that wireInGoogleSignIn expects the client ID for iOS.
- Make sure we respect
$googlePlayServicesVersion
in gradle
Stable release with both iOS and Android support.