firestore_add_document
Add structured data as a document to a specified Firestore collection using the Firebase MCP Server interface for simplified database management.
Instructions
Add a document to a Firestore collection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | Collection name | |
data | Yes | Document data |