firestore-update-document
Modify existing Firestore documents by specifying collection, document ID, and updated data fields to maintain current database records.
Instructions
Update an existing Firestore document
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionId | Yes | The ID of the collection | |
| documentId | Yes | The ID of the document to update | |
| data | Yes | The document data to update |