Loading...
Loading...
Bare minimum setup for getting started with Firebase for the agent. This covers Node.js installation, Firebase CLI availability, login, and MCP server installation. Use this to ensure the local environment is fully prepared before using Firebase.
npx skill4agent add firebase/agent-skills firebase-local-env-setupnode --version>= 20< v20nvmnvm# For Bash
source ~/.bash_profile
source ~/.bashrc
# For Zsh
source ~/.zprofile
source ~/.zshrcnvm install 24
nvm use 24nvm-windowsnode --versionnpx -y firebase-tools@latest --versionnpx -y firebase-tools@latest loginnpx -y firebase-tools@latest login --no-localhost