firebase-basics
Installation
SKILL.md
Prerequisites
Node.js and npm
To use the Firebase CLI, you need Node.js (version 20+ required) and npm (which comes with Node.js).
Recommended: Use a Node Version Manager This avoids permission issues when installing global packages.
-
Install a Node Version Manager:
- Mac/Linux: Follow the installation instructions on the official nvm repository.
- Windows: Download nvm-windows
-
Install Node.js:
nvm install 24 nvm use 24
Alternative: Official Installer Download and install the LTS version from nodejs.org.