What problem does it solve? Setting up Firebase tooling for AI agents involves many manual steps: installing Node.js, the Firebase CLI, authenticating, selecting a project, and wiring up the Firebase MCP server across different agent environments. This Skill standardizes that entire process so Firebase tasks work reliably from the first command. ## Core Features & Use Cases - Environment Verification: Checks Node.js version, Firebase CLI availability via npx, and login status before any Firebase work begins. - Project Management: Guides creating or selecting an active Firebase project with the CLI, including project ID constraints. - Agent-Specific Setup: Provides per-agent installation guides for the Firebase MCP server and skills across Antigravity, Gemini CLI, Claude Code, Cursor, GitHub Copilot, and other agents. - Use Case: A developer asks their AI assistant to deploy a Firestore-backed web app. The Skill first verifies the CLI and login, sets the active project, then walks through firebase init and web SDK configuration. ## Quick Start Set up my Firebase environment and initialize a new Firebase project for my web app.