firestore-update-document-by-path
Update Firestore documents using full document paths including subcollections. Specify the document path and data to modify database records.
Instructions
Update a document using full path (supports subcollections)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentPath | Yes | Full path to the document (e.g., 'users/userId1/orders/orderId1') | |
| data | Yes | Document data to update |