FirestoreWriteService class abstract
Services for Firestore Write Operations
This abstract class defines the interface for writing data to Firestore. It includes methods for saving a document and deleting a document from a specified Firestore collection.
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
deleteDocument(
String collection, String documentId) → Future< void> - Deletes a document from the specified Firestore collection.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
saveDocument(
String collection, Map< String, dynamic> data) → Future<void> - Saves a document to the specified Firestore collection.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited