Google Firebase Cloud Firestore MCP connector
Google Firebase Cloud Firestore is a NoSQL cloud database that stores and syncs data in real time for client- and server-side applications. The Google Firebase Cloud Firestore MCP connector allows AI agents to create, retrieve, and delete documents within collections, perform batch operations across multiple documents, and run structured queries. It also supports listing collection IDs and managing document hierarchies across your Firestore database.
Authentication type
- OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.
Uses
Use the Google Firebase Cloud Firestore MCP connector to perform the following actions:
- Store customer profiles and order history in a scalable cloud database
- Track real-time inventory levels across multiple warehouse locations
- Maintain user preferences and application settings for mobile applications
- Archive transaction records and compliance documents for auditing purposes
- Sync product catalogs between e-commerce platforms and internal systems
- Log application events and user activity for analytics and debugging
- Manage team members, permissions, and organizational hierarchies centrally
Example prompts
Use the following example prompts to invoke Google Firebase Cloud Firestore MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all active customers in Google Firebase Cloud Firestore.Create a new product record in Google Firebase Cloud Firestore for our inventory.Delete the expired promotional offer from Google Firebase Cloud Firestore.Get all orders from the last 30 days in Google Firebase Cloud Firestore.Find which collections exist in our Google Firebase Cloud Firestore database.Update multiple customer accounts at once in Google Firebase Cloud Firestore.Retrieve user preferences for the mobile app from Google Firebase Cloud Firestore.List all documents in the accounts collection in Google Firebase Cloud Firestore.Search for invoices over $5,000 in Google Firebase Cloud Firestore.Fetch employee records and their department assignments from Google Firebase Cloud Firestore.
Google Firebase Cloud Firestore MCP connector tools
The Google Firebase Cloud Firestore MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| listDocuments | Retrieves all documents stored in a specified collection. |
| createDocument | Creates a new document with data in a collection. |
| deleteDocument | Removes a document from a collection. |
| batchGetDocuments | Retrieves multiple documents at once by their identifiers. |
| batchWriteDocuments | Writes, updates, or deletes multiple documents in one operation. |
| runQuery | Executes a structured search to find documents matching specified conditions. |
| listCollectionIds | Retrieves the names of all collections in a database. |