Skip to main content
Glama

Firebase MCP Server

by gemini-dk

firestore_update_document

Update specific document data in a Firestore collection by providing the collection name, document ID, and updated data fields.

Instructions

Update a document in a Firestore collection

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name
dataYesUpdated document data
idYesDocument ID

Input Schema (JSON Schema)

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gemini-dk/mcp-server-firebase'

If you have feedback or need assistance with the MCP directory API, please join our Discord server