ideabrowser.com — find trending startup ideas with real demand
Try itnpx skills add https://github.com/firebase/agent-skills --skill firebase-local-env-setupThis 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 ~/.zshrc
nvm install 24
nvm use 24
For Windows:
nvm-windows and Node.js, and reply when finished. Stop and wait for the user's confirmation.node --version
Alternative: Official Installer
The Firebase CLI is the primary tool for interacting with Firebase services.
npx -y firebase-tools@latest --version.You 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. Identify the agent environment you are currently running in and follow the corresponding setup document strictly.
Read the setup document for your current agent:
CRITICAL AGENT RULE: Do NOT proceed with any other Firebase tasks until EVERY step above has been successfully verified and completed.