firestore_get_document
Retrieve a specific document from a Firestore collection by providing the collection name and document ID using the Firebase MCP Server interface.
Instructions
Get a document from a Firestore collection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | Collection name | |
id | Yes | Document ID |