Answers for "how to install firebase in ubuntu"

0

how to install firebase in ubuntu

npm install -g npm@latest #make sure you have the latest version of npm installed

npm i -g firebase-tools #Installs firebase tools globally
npm i firebase #Installs firebase to your current project
Posted by: Guest on April-13-2022

Code answers related to "how to install firebase in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language