FirebaseClient<C, D> class

Constructors

FirebaseClient(FirebaseApp _firebaseApp)

Properties

db FirestoreWrapper<C, D>
no setter
getRootState Map<String, dynamic>?
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

currentUser$() Stream<User?>
isLoggedIn$() Stream<bool>
login(String email, String password) Future<User?>
logout() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patchRootState(Map<String, dynamic> state) → void
signup(String email, String password) Future<User?>
toString() String
A string representation of this object.
inherited

Operators

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