Firebase
Connects to and manages Firebase databases, enabling data retrieval, storage, and real-time updates for your application.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add dhruvanbhalara-firebase npx -- -y @trustedskills/dhruvanbhalara-firebase
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"dhruvanbhalara-firebase": {
"command": "npx",
"args": [
"-y",
"@trustedskills/dhruvanbhalara-firebase"
]
}
}
}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 Firebase projects. It enables tasks such as creating new Firebase projects, deploying code updates, and retrieving data from Firestore databases. The agent can also be used for authentication-related operations within a Firebase environment.
When to use it
- Automating the deployment of website or mobile app updates to a Firebase hosting environment.
- Retrieving specific user data stored in a Firestore database for reporting or analysis purposes.
- Creating new Firebase projects with pre-configured settings and security rules.
- Managing authentication flows, such as creating new users or resetting passwords.
Key capabilities
- Firebase project creation
- Code deployment to Firebase Hosting
- Firestore data retrieval
- Authentication management
Example prompts
- "Create a new Firebase project named 'my-awesome-app'."
- "Deploy the latest version of my website to Firebase."
- "Retrieve all user records from the 'users' collection in Firestore."
- "Reset the password for the user with email address '[email protected]'."
Tips & gotchas
Requires appropriate Firebase credentials and project access to function correctly. Be mindful of security implications when retrieving or modifying data within a Firebase environment, ensuring proper authentication and authorization are implemented.
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.