FirebaseManageUsers class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

emailRegex String
getter/setter pair
regex String
getter/setter pair

Static Methods

doesAccountExistWithThis(String email, dynamic authProvider) Future<bool>
listenToFirebaseAuthStateChanges(dynamic authProvider) → void
loginWithEmailPassword(String email, String password, dynamic authProvider) Future<bool>
registerWithEmailPasswordName(String email, String password, String name, dynamic authProvider) Future<bool>
sendPasswordResetEmail(String email, dynamic authProvider) Future<bool>
signOut(dynamic authProvider) Future<void>
updatePassword(String resetCode, String newPassword, dynamic authProvider) Future<bool>