serverpod_auth_firebase_flutter library

Classes

SignInWithFirebaseButton
Sign in with Firebase button. When pressed, attempts to sign in with Firebase.

Functions

signInWithFirebase({required Caller caller, required List<AuthProvider<AuthListener, AuthCredential>> authProviders, required BuildContext context, bool debug = false}) Future<UserInfo?>
Attempts to Sign in with Firebase. If successful, a UserInfo is returned. If the attempt is not a success, null is returned.