firebase
Google Firebase MCP integration. Manage Firestore databases, authentication, cloud functions, hosting, and storage. Build and manage your Firebase backend directly from your development workflow.
Summary
This skill integrates Google Firebase with Claude Code via MCP, enabling you to manage Firestore databases, authentication, cloud functions, hosting, and storage directly from your development workflow.
- It streamlines backend management by allowing you to perform Firebase operations without switching contexts.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install firebase@<marketplace>
/pluginUse Cases
Usage Examples
/firebase create collection users with fields: name, email, createdAt
/firebase deploy function myFunction --region us-central1
/firebase list storage files in bucket my-bucket
Security Audits
Frequently Asked Questions
What is firebase?
This skill integrates Google Firebase with Claude Code via MCP, enabling you to manage Firestore databases, authentication, cloud functions, hosting, and storage directly from your development workflow. It streamlines backend management by allowing you to perform Firebase operations without switching contexts.
How to install firebase?
To install firebase: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install firebase@<marketplace>. Finally, /plugin in Claude Code.
What is firebase best for?
firebase is a plugin categorized under Data & Analytics. It is designed for: mcp. Created by Anthropic.
What can I use firebase for?
firebase is useful for: Create and update Firestore collections and documents with custom data structures.; Manage Firebase Authentication users, including creating, updating, and deleting accounts.; Deploy and monitor Cloud Functions directly from the chat interface.; Configure Firebase Hosting sites and deploy static assets.; Upload and manage files in Firebase Storage buckets.; Set up and modify Firebase project settings and security rules..