- Upgraded Android dependencies: 18.+ for Facebook SDK, 21.4.0 for Google Sign In.
- Upgraded iOS dependencies: 18.+ for Facebook SDK, 9.+ for Google Sign In.
Some functionality has been disabled due to SDK changes.
For Google ServerClientId, RequestProfile, HostedDomain and ExtraScopes won't be used.
Please use the values in Info.plist GIDServerClientID, GIDHostedDomain and GIDOpenIDRealm. RequestProfile and ExtraScopes currently don't have an alternative.
- 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,
FacebookClientTokenhas been added.
LimitedLoginoption has been added. See Limited Login mode for more information.ProfileDataFieldsnow loads all available profile data on iOS (without calling the API), even whenRequestProfileDatawasfalse.
- 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
facebookSDKVersionproperty 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
$googlePlayServicesVersionin gradle
Stable release with both iOS and Android support.