Firebase MCP

by gannonh
Verified

firestore_get_document

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" }