gb_authentication_fire_social_facebook 2.0.1 gb_authentication_fire_social_facebook: ^2.0.1 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<FacebookSignInFacade>(() async => FacebookSignInFacadeImpl());
// configure Auth Package
await configureAuthenticationAdvancedInjection(
environment,
authConfig,
);