FirebaseAuthService class

Implemented types

Constructors

FirebaseAuthService.new([FirebaseAuth? auth])

Properties

currentUser → UserModel?
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

authStateChanges() Stream<UserModel?>
override
createUserWithEmailAndPassword(String email, String password) Future<UserModel>
override
deleteAccount() Future<void>
override
getUserClaims() Future<UserClaims>
initializeUserClaims(String uid, Map<String, dynamic> claims) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendPasswordResetEmail({required String email}) Future<void>
override
signInWithEmailAndPassword(String email, String password) Future<UserModel>
override
signOut() Future<void>
override
toString() String
A string representation of this object.
inherited
updateUserProfile({String? username, String? email}) Future<UserModel>
override

Operators

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