gb_authentication_fire_social_google 3.0.0 copy "gb_authentication_fire_social_google: ^3.0.0" to clipboard
gb_authentication_fire_social_google: ^3.0.0 copied to clipboard

A companion package to be used with 'gb_authentication_fire_social' package to provide Facebook 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<GoogleSignInFacade>(() async => GoogleSignInFacadeImpl(
    
));
 // configure Auth Package
await configureAuthenticationAdvancedInjection(
    environment,
    authConfig,
);
0
likes
120
pub points
43%
popularity

Publisher

verified publishergeekbears.com

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

Homepage
Repository (GitLab)
View/report issues

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

firebase_auth, flutter, flutter_gb_authentication_fire_social, google_sign_in

More

Packages that depend on gb_authentication_fire_social_google