FlutterFire class

Constructors

FlutterFire()

Properties

authStateChanges Stream<User?>
no setter
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

createUserWithEmailAndPassword({required String email, required String password}) Future<void>
findAll(dynamic collectionName) Future
findOne(dynamic collectionName, dynamic docId) Future
findStreamContainingList(dynamic collectionName, dynamic docId, dynamic listIds) Stream<List<Map<String, dynamic>>>
getData(dynamic collectionName) → dynamic
getStreamData(dynamic collectionName) Stream<QuerySnapshot<Map<String, dynamic>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signInWithEmailAndPassword({required String email, required String password}) Future<void>
signInWithGoogle() Future<void>
signOut() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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