Firebase Firestore

🌐Community
by olino3 · vlatest · Repository

Access, query, and manage data stored in your Firebase Firestore database using this olino3 backend integration.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add olino3-firebase-firestore npx -- -y @trustedskills/olino3-firebase-firestore
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "olino3-firebase-firestore": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/olino3-firebase-firestore"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to interact with and manage data stored in a Firebase Firestore database. It enables agents to read, write, update, and delete documents within collections, facilitating dynamic data management for various applications. The agent can also query the database based on specified criteria.

When to use it

  • Inventory Management: An AI agent managing a store's inventory could use this skill to update stock levels in Firestore when items are sold or restocked.
  • User Profile Storage: An agent assisting users with personalized recommendations can store and retrieve user preferences from Firestore.
  • Task Tracking: A productivity assistant can create, read, update, and delete task entries stored within a Firestore database.
  • Real-time Data Updates: Agents needing to display or react to live data (e.g., sensor readings) can leverage Firestore's real-time capabilities.

Key capabilities

  • Read documents from Firestore collections
  • Write new documents to Firestore collections
  • Update existing documents in Firestore
  • Delete documents from Firestore
  • Query Firestore based on specified criteria

Example prompts

  • "Retrieve the user profile for 'john.doe' from the users collection."
  • "Add a new task with title 'Grocery Shopping' and due date tomorrow to the tasks collection."
  • "Update the quantity of product ID '12345' in the inventory collection to 50."

Tips & gotchas

  • Requires proper Firebase project setup and authentication credentials for the AI agent. Ensure the agent has appropriate read/write permissions on the Firestore database.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
olino3
Installs
2

🌐 Community

Passed automated security scans.