altfire_authenticator library

altfire_authenticator with FlutterFire Authentication.

Classes

AuthCredential
Interface that represents the credentials returned by an auth provider. Implementations specify the details about each auth provider's credential requirements.
Authenticator
Authenticator is a wrapper class for FirebaseAuth.
OAuthCredential
A generic OAuth credential.
OAuthProvider
A generic provider instance.
PhoneAuthProvider
This class should be used to either create a new Phone credential with an verification ID and SMS code.
User
A user account.
UserCredential
A UserCredential is returned from authentication requests such as createUserWithEmailAndPassword.

Extensions

UserExtension on User

Exceptions / Errors

AuthCancelled
AuthCredentialAlreadyInUse
AuthException
Error class for identifying errors that occur during authentication. Generated from FirebaseAuthException.
AuthFailedNetworkRequest
AuthInvalidPhoneNumber
AuthRequiresRecentSignIn
AuthRequiresSignIn
AuthUndefinedError