firestore_update_document
Update specific document data in a Firestore collection by providing the collection name, document ID, and updated data fields.
Instructions
Update a document in a Firestore collection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | Collection name | |
data | Yes | Updated document data | |
id | Yes | Document ID |