firestore-create-document
Create new documents in Firestore collections with structured data, specifying collection IDs and optional document IDs for organized database management.
Instructions
Create a new document in Firestore
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionId | Yes | The ID of the collection | |
| documentId | No | Optional document ID (auto-generated if not provided) | |
| data | Yes | The document data |