firestore-increment-field
Atomically increment numeric field values in Firestore documents to maintain data consistency during concurrent updates.
Instructions
Atomically increment a numeric field value
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentPath | Yes | Full path to the document | |
| field | Yes | Field name to increment | |
| incrementBy | Yes | Amount to increment by (can be negative) |