Firestore Operations Manager

🌐Community
by jeremylongshore · vlatest · Repository

This tool streamlines Firestore data management by automating common operations like querying and updates, saving developers time and effort.

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 firestore-operations-manager npx -- -y @trustedskills/firestore-operations-manager
2

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

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

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

About This Skill

What it does

The Firestore Operations Manager skill allows AI agents to interact with Google Cloud Firestore databases. It can perform actions such as creating, reading, updating, and deleting documents within specified collections. This skill streamlines database management tasks directly from the agent's interface, reducing manual intervention.

When to use it

  • Automated data entry: Populate Firestore with new user registrations or order details from an external system.
  • Content updates: Modify existing product descriptions or blog posts stored in Firestore based on user feedback.
  • Data migration: Move data between different Firestore environments (e.g., development to production).
  • Reporting and analytics: Extract specific document data for generating reports or feeding into analytical dashboards.

Key capabilities

  • Create documents within a collection
  • Read documents from a collection based on criteria
  • Update existing documents in a collection
  • Delete documents from a collection

Example prompts

  • "Add a new user to the 'users' collection with name 'Alice' and email '[email protected]'."
  • "Retrieve all products from the 'products' collection that have a price greater than $50."
  • "Update the 'status' field of order ID '12345' in the 'orders' collection to 'shipped'."

Tips & gotchas

  • Requires proper authentication and authorization with Google Cloud Platform for accessing Firestore. Ensure your AI agent has the necessary permissions.

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
jeremylongshore
Installs
8

🌐 Community

Passed automated security scans.