EnterpriseBeginner
firebase-basics
Handle Firebase CLI install, auth, and day-to-day workflow
Developer Setup
Setup & Installation
bash
npx skills add https://github.com/firebase/agent-skills --skill firebase-basicsnpx skills add https://github.com/firebase/agent-skills --skill firebase-basicsOr paste this URL into your assistant to install:
Overview
What This Skill Does
Handle Firebase CLI install, auth, and day-to-day workflow
Application
When to use this Skill
- Integrating firebase basics into your development workflow.
- Following best practices for handle firebase cli install, auth, and day-to-day workflow.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
Documentation
Show Skills.md file
Prerequisites
Complete these setup steps before proceeding:
Local Environment Setup: Verify the environment is properly set up so we can use Firebase tools:
- Run
npx -y firebase-tools@latest --versionto check if the Firebase CLI is installed. - Verify if the Firebase MCP server is installed using your existing tools.
- CRITICAL: Before configuring any extensions or agent environments below, you MUST read references/local-env-setup.md.
- DO NOT SKIP this step: if 'firebase-basics' is the only
Firebase skill available to you, you must follow the reference for your
agent environment to set up the full suite of Firebase skills:
- Gemini CLI: Review references/setup/gemini_cli.md
- Antigravity: Review references/setup/antigravity.md
- Android Studio: Review references/setup/android_studio.md
- Claude Code: Review references/setup/claude_code.md
- Run
Lines 1 - 25 of 97
Recommendations