FirebaseAuthManager class

Inheritance

Properties

auth → FirebaseAuth
final
authStateChange Stream<User?>
no setteroverride
currentUser → User?
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

authIdTokenChanges({Function? onUserNull, Function? onUserExist}) → dynamic
Aşağıdakiler gerçekleştiğinde olaylar tetiklenir:
authOnUserChanges({Function? onUserNull, Function? onUserExist}) → dynamic
Aşağıdakiler gerçekleştiğinde olaylar tetiklenir:
authStateListen({Function? onUserExist, Function? onUserNull}) → dynamic
Aşağıdakiler gerçekleştiğinde olaylar tetiklenir:
createUserWithEmailAndPassword({required String email, required String password, Function? createSuccessOption, Function? weakPasswordOption, Function? alreadyExistOption, Function? catchErrorOption}) Future<User?>
override
deleteUser() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reAuthenticationWithCredential(AuthCredential credential) Future<UserCredential?>
sendEmailVerification() Future<void>
signInAnonymously({Function? onSuccessOption, Function? catchErrorOption}) Future<User?>
override
signInWithEmailAndPassword({required String email, required String password, Function? onSuccessOption, Function? userNotFound, Function? wrongPassword, Function? catchErrorOption}) Future<User?>
override
signOut() Future<void>
override
toString() String
A string representation of this object.
inherited
updateDisplayName(String displayName) Future<void>
updateEmail(String emailAddress) Future<void>
updateImageUrl(String photoURL) Future<void>
updatePassword(String password) Future<void>

Operators

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

Static Methods

of({required FirebaseAuth auth}) FirebaseAuthManager