Handles the foundational Firebase CLI workflows that every project needs but are easy to mess up. It forces you to use the latest Firebase tools via npx instead of relying on whatever version you have installed locally, walks through proper authentication flows including the no-localhost option for remote environments, and manages project context switching. The skill also enforces using the Firebase MCP server for API calls rather than manual requests. Most helpful when you're setting up a new Firebase project or debugging why your CLI commands are failing due to auth or project configuration issues.
npx skills add https://github.com/firebase/agent-skills --skill firebase-basics