fteam_authentication_firebase 1.0.0+1 copy "fteam_authentication_firebase: ^1.0.0+1" to clipboard
fteam_authentication_firebase: ^1.0.0+1 copied to clipboard

outdated

FTeam's Datasource Authentication

fteam_authentication_firebase #

Fteam' Datasource Authentication using Firebase

Install #

Add in your pubspec.yaml

dependencies:    
  fteam_authentication_firebase:


Usage #

Configure natives: firebase_core firebase_auth google_sign_in flutter_facebook_auth sign_in_with_apple


main(){


  //IMPORTANT iOS Auth Users
  startFirebaseDatasource(ProviderOptions(
      appleClientId: 'br.com.example', 
      appleRedirectUri: 'https://...',
    ),
  );
  ...
}