FirebaseAuthProvider class

Implemented types

Constructors

FirebaseAuthProvider()

Properties

authStateChanged Stream<AuthUser>
no setteroverride
currentAuthUser AuthUser
no setteroverride
firebaseAuth → FirebaseAuth
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userChanges Stream<AuthUser>
no setteroverride

Methods

deleteCurrentUser() Future?
Throws an AuthError
override
emailPasswordSignIn(LoginCredentials credentials) Future<String?>
returns Error message. Returns null if was successful
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signOut() Future<void>
override
toString() String
A string representation of this object.
inherited
updateDisplayName(String? name) Future<AuthUser?>
override

Operators

operator ==(Object other) bool
The equality operator.
inherited