gb_authentication_fire_social_apple 2.0.0 copy "gb_authentication_fire_social_apple: ^2.0.0" to clipboard
gb_authentication_fire_social_apple: ^2.0.0 copied to clipboard

outdated

A companion package to be used with 'gb_authentication_fire_social' package to provide Apple authentication

Getting started #

This is a companion package to be used with 'gb_authentication_fire_social'

Usage #

Before calling configureAuthenticationAdvancedInjection method of gb_authentication_fire_social package register the facebook facade provided in this package using getIt

getIt.registerSingletonAsync<AppleSignInFacade>(() async => AppleSignInFacadeImpl(
    /// needed for Android
    webAuthenticationOptions: WebAuthenticationOptions(),
));
 // configure Auth Package
await configureAuthenticationAdvancedInjection(
    environment,
    authConfig,
);
0
likes
0
points
17
downloads

Publisher

verified publishergeekbears.com

Weekly Downloads

A companion package to be used with 'gb_authentication_fire_social' package to provide Apple authentication

Homepage
Repository (GitLab)
View/report issues

License

unknown (license)

Dependencies

crypto, firebase_auth, flutter, flutter_gb_authentication_fire_social, sign_in_with_apple

More

Packages that depend on gb_authentication_fire_social_apple