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

outdated

FTeam's Datasource Authentication

fteam_authentication_firebase #

IATec' Datasource Authentication using Firebase

Install #

Add in your pubspec.yaml

dependencies:
  fteam_authentication_core:
    hosted:
      name: fteam_authentication_firebase
      url: http://165.22.8.0:8080
    version: 0.0.7
    
  fteam_authentication_firebase:
    hosted:
      name: fteam_authentication_firebase
      url: http://165.22.8.0:8080
    version: 0.0.7

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://...',
    ),
  );
  ...
}