FirestoreChanges class

Constructors

FirestoreChanges(FirebaseFirestore? firestoreInstance)

Properties

firestoreInstance → FirebaseFirestore
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addDoc({required String collPath, Map<String, Object?> data = const {}}) Future<FirestoreErrors?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeDoc({required String docPath}) Future<FirestoreErrors?>
toString() String
A string representation of this object.
inherited
updateDoc({required String docPath, Map<String, Object?>? data, Iterable<String>? deletePaths}) Future<FirestoreErrors?>

Operators

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