Firebase
Automates Firebase database management tasks like data migration, backups, and schema updates via a configurable Python script.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add poletron-firebase npx -- -y @trustedskills/poletron-firebase
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"poletron-firebase": {
"command": "npx",
"args": [
"-y",
"@trustedskills/poletron-firebase"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The poletron-firebase skill allows AI agents to interact with and manage Firebase projects. It can be used to deploy custom rules, retrieve data from Firestore databases, and perform other common Firebase operations. This skill simplifies backend development tasks by providing a structured interface for interacting with Firebase services.
When to use it
- Deploying Custom Rules: Automate the deployment of security rules to your Firebase projects, ensuring consistent and secure access control.
- Data Retrieval: Fetch specific data from Firestore collections based on defined criteria, enabling dynamic content generation or analysis.
- Project Management: Manage aspects of a Firebase project such as creating indexes or updating configurations.
- Automated Backups: Schedule and execute backups of your Firebase data to ensure data integrity and disaster recovery.
Key capabilities
- Deploy custom rules
- Retrieve data from Firestore databases
- Manage Firebase projects
Example prompts
- "Deploy the security rules file 'security_rules.json' to my Firebase project."
- "Fetch all documents from the 'users' collection in my Firestore database where the 'status' field is equal to 'active'."
- “Create an index on the ‘city’ field of the ‘locations’ collection.”
Tips & gotchas
This skill requires a valid Firebase project and appropriate credentials configured for the AI agent. Ensure your service account has sufficient permissions within Firebase to perform the requested actions.
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.