Back to Plugins

Firebase

Google Firebase MCP integration. Comprehensive backend management including Firestore databases, authentication, cloud functions, hosting, and storage solutions integrated into your development workflow.

databasebackendgoogleauthenticationofficial

Installation

claude plugins add firebase@claude-plugins-official

Configuration

{
  "enabledPlugins": {
    "firebase@claude-plugins-official": true
  }
}

Commands

firebase-queryQuery Firestore collections and documents
firebase-deployDeploy to Firebase Hosting or Functions
firebase-authManage Firebase Authentication users
firebase-rulesEdit and deploy security rules

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions
View source on GitHub