Firebase MCP Server

firestore_delete_document

Remove a specific document from a Firestore collection using its collection name and document ID, streamlining data management in Firebase MCP Server.

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: dlr8h5ouc9