fteam_authentication_firebase 1.0.0+3
fteam_authentication_firebase: ^1.0.0+3 copied to clipboard
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://...',
),
);
...
}