firestore-create-document-by-path
Create documents in Firestore collections using full path specifications, supporting subcollections and optional document IDs.
Instructions
Create a document in a collection using full path (supports subcollections)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionPath | Yes | Full path to the collection (e.g., 'users/userId1/orders') | |
| data | Yes | Document data to create | |
| documentId | No | Optional document ID. If not provided, one will be generated |