firestore_add_document
Add structured data to a Firestore collection using Firebase MCP. Specify the collection name and document data to store information efficiently in Firestore.
Instructions
Add a document to a Firestore collection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | Collection name | |
data | Yes | Document data |