firestore-batch-write
Execute multiple Firestore write operations (create, update, delete) as a single atomic batch to ensure data consistency and reduce network overhead.
Instructions
Execute multiple write operations in a single atomic batch
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes | Array of write operations to execute |