We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109ea02 commit 67b2eb7Copy full SHA for 67b2eb7
1 file changed
packages/effect-firebase/src/lib/firestore/firestore-service.ts
@@ -55,6 +55,11 @@ type FirestoreCRUD = {
55
path: string,
56
data: typeof Data.Type
57
) => Effect.Effect<void, FirestoreError | UnknownException>;
58
+
59
+ /**
60
+ * Remove a document from the Firestore database.
61
+ * @param path - The path to the document.
62
+ */
63
readonly remove: (
64
path: string
65
0 commit comments