Firebase MCP

by gannonh
Verified

firestore_get_document

Retrieve specific documents from Firestore by providing the collection name and document ID using the Firebase MCP server, ensuring efficient data access.

Instructions

Get a document from a Firestore collection

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name
idYesDocument ID

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name", "type": "string" }, "id": { "description": "Document ID", "type": "string" } }, "required": [ "collection", "id" ], "type": "object" }
ID: x4i8z2xmrq