What problem does it solve? Working with Firebase requires correct CLI setup, authentication, and project context before any real work can begin, and outdated patterns often lead to broken configurations. This Skill enforces a mandatory prerequisite workflow and provides curated reference material so Firebase tasks start from a correct, up-to-date foundation. ## Core Features & Use Cases - Mandatory environment setup: Verifies NPM, installs the latest Firebase agent skills, logs into the Firebase CLI, and sets an active project before any implementation begins. - Comprehensive reference library: Covers core concepts, CLI usage, client and Admin SDKs, the Firebase MCP server, Terraform-based IaC provisioning, and IAM/security features. - Use Case: You are building a web app that needs Firestore and Authentication. Use this Skill to log in to the Firebase CLI, select your project, then consult the security rules and client SDK references to configure the services correctly. ## Quick Start Ask the assistant to set up the Firebase CLI, log in, and connect your Firebase project before starting implementation.