Subchapter 5.6
references/local-env-setup.mdMarkdown3 KBView on GitHub
This skill documents the bare minimum setup required for a full Firebase experience for the agent. Before starting to use any Firebase features, you MUST verify that each of the following steps has been completed.
Action: Run node --version.
Handling: Ensure Node.js is installed and the version is >= 20. If
Node.js is missing or < v20, install it based on the operating system:
Recommended: Use a Node Version Manager This avoids permission issues when installing global packages.
For macOS or Linux:
nvm and reply when finished. Stop
and wait for the user’s confirmation.nvm available in the current terminal session by sourcing the
appropriate profile:
# For Bash
source ~/.bash_profile
source ~/.bashrc
# For Zsh
source ~/.zprofile
source ~/.zshrcnvm install 24
nvm use 24For Windows:
nvm-windows and Node.js, and reply
when finished. Stop and wait for the user’s confirmation.node --versionAlternative: Official Installer
npx -y firebase-tools@latest --versionYou must be authenticated to manage Firebase projects.
npx -y firebase-tools@latest login.npx -y firebase-tools@latest login --no-localhost instead.To fully manage Firebase, the agent needs specific skills and the Firebase MCP
server installed. Refer to the main SKILL.md for direct links to the
installation instructions specific to your agent environment.
CRITICAL AGENT RULE: Do NOT proceed with any other Firebase tasks until EVERY step above has been successfully verified and completed.