IFirebaseAuthService class abstract

Implementers

Constructors

IFirebaseAuthService()

Properties

getCurrentUser → 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

logout() Future<Either<Exception, Unit>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signInAnonymously() Future<Either<Exception, Unit>>
signInWithCustomToken({required String token}) Future<Either<Exception, Unit>>
signInWithEmailAndPassword({required String email, required String password}) Future<Either<Exception, UserCredential>>
signInWithPhoneNumber({required String phoneNumber}) Future<Either<Exception, ConfirmationResult>>
toString() String
A string representation of this object.
inherited

Operators

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