Firebase MCP

by gannonh
Verified

firestore_delete_document

Remove a specific document from a Firestore collection by specifying the collection name and document ID.

Instructions

Delete 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