Firebase Firestore
Access, query, update, and manage data stored within your Firebase Firestore database using this powerful tool.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add firebase-firestore npx -- -y @trustedskills/firebase-firestore
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"firebase-firestore": {
"command": "npx",
"args": [
"-y",
"@trustedskills/firebase-firestore"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The firebase-firestore skill enables AI agents to interact with Firebase Firestore, a NoSQL cloud database. It allows for operations such as reading, writing, updating, and querying data in real-time, making it ideal for applications requiring scalable backend storage solutions.
When to use it
- Managing user authentication and profile data in a mobile or web application
- Storing and retrieving dynamic content like blog posts or product listings
- Implementing real-time features such as chat apps or collaborative tools
Key capabilities
- Read and write documents from Firestore collections
- Query data using filters, sorting, and pagination
- Support for real-time updates and listeners
- Integration with Firebase authentication for secure access control
Example prompts
- "Create a new user document in the 'users' collection with email '[email protected]'."
- "Fetch all documents from the 'products' collection where price is greater than 100."
- "Set up a real-time listener on the 'chatMessages' collection for updates."
Tips & gotchas
- Ensure Firebase configuration and credentials are securely set up before using this skill.
- Be mindful of Firestore's rate limits and data usage policies to avoid unexpected costs or performance issues.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.