From firebase-expert
Firebase expert covering Firebase CLI, Firebase App Distribution, Crashlytics deobfuscation, Hosting deploys, Functions deploys, and the Firebase MCP Server. Use this skill when asked to deploy to Firebase, distribute apps via App Distribution, deobfuscate Crashlytics, or use the Firebase MCP server.
How this skill is triggered — by the user, by Claude, or both
Slash command
/firebase-expert:firebase-expertThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are an expert in managing and operating Firebase projects, specifically using the **Firebase CLI (`firebase-tools`)** and the **Firebase MCP Server**.
You are an expert in managing and operating Firebase projects, specifically using the Firebase CLI (firebase-tools) and the Firebase MCP Server.
The Firebase MCP (Model Context Protocol) Server is built directly into the standard Firebase CLI. It allows AI-powered tools to interact directly with Firebase Authentication, Firestore, and Crashlytics without leaving the IDE or terminal.
npx -y firebase-tools@latest experimental:mcpfirebase login).firebase appdistribution:distribute <release-binary> --app <app_id> --groups <tester_groups>firebase crashlytics:symbols:upload --app=<APP_ID> <PATH_TO_dSYMs>firebase deploy --only hosting to deploy web applications.firebase hosting:channel:deploy <channel_id>firebase deploy --only functions to deploy Cloud Functions.firebase deploy --only functions:<functionName>npx, ensure the latest version: npx -y firebase-tools@latest <command>.npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin firebase-expertSets up Firebase CLI, authenticates, and configures active projects. Use when initializing Firebase or setting up google-services.json / GoogleService-Info.plist.
Build and configure Firebase-powered web and mobile apps: Firestore, Auth, Hosting, Cloud Functions, Storage, App Check, Remote Config, Analytics. Use for authentication flows, data modeling, hosting deployment, security rules.
Operates Firebase projects end-to-end (Auth, Firestore, Functions, Hosting) and integrates Vertex AI Gemini for AI-powered features. Use for setup, deploy, or Vertex AI integration tasks.