Answers for "instlall firebase in linux"

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
1

install firebase tools linux

curl -sL https://firebase.tools | bash
Posted by: Guest on November-10-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language