Module delete_builder

Source
Expand description

Re-exports all public items from the fluent_api module.

This module provides a high-level, fluent interface for building and executing Firestore operations (select, insert, update, delete, list). It aims to make common database interactions more ergonomic and type-safe. Builder for constructing Firestore delete operations.

This module provides a fluent API to specify the document to be deleted, optionally including a parent path for sub-collections and preconditions for the delete operation.

Structsยง

FirestoreDeleteDocIdBuilder
A builder for specifying the document ID and options for a delete operation.
FirestoreDeleteExecuteBuilder
A builder for executing a Firestore delete operation or adding it to a batch/transaction.
FirestoreDeleteInitialBuilder
The initial builder for a Firestore delete operation.