FirebaseAuthService class
- Inheritance
-
- Object
- IFirebaseAuthService
- FirebaseAuthService
Constructors
- FirebaseAuthService({required IFirebaseAuthDriver firebaseAuthDriver})
Properties
- firebaseAuthDriver → IFirebaseAuthDriver
-
final
- getCurrentUser → User?
-
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
-
logout(
) → Future< Either< Exception, Unit> > -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signInAnonymously(
) → Future< Either< Exception, Unit> > -
override
-
signInWithCustomToken(
{required String token}) → Future< Either< Exception, Unit> > -
override
-
signInWithEmailAndPassword(
{required String email, required String password}) → Future< Either< Exception, UserCredential> > -
override
-
signInWithPhoneNumber(
{required String phoneNumber}) → Future< Either< Exception, ConfirmationResult> > -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited