AuthService class

Constructors

AuthService.new()

Properties

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerWithEmailAndPassword(String email, String password) Future<User?>
sendPasswordResetEmail(String email) Future<void>
signInAnonymously() Future<User?>
signInWithApple({required String clientId, required String redirectUri}) Future<User?>
signInWithEmailAndPassword(String email, String password) Future<User?>
signInWithFacebook() Future<User?>
signInWithGitHub({required String clientId, required String redirectUri}) Future<User?>
signInWithGoogle() Future<User?>
signInWithMicrosoft({required String clientId, required String redirectUri}) Future<User?>
signInWithPhone(String phoneNumber, dynamic codeSent(String, int?), dynamic onVerificationCompleted(User?), dynamic onVerificationFailed(FirebaseAuthException)) Future<void>
signOut() Future<void>
toString() String
A string representation of this object.
inherited
updateEmail(String newEmail, String password) Future<bool>

Operators

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