Answers for "firebase install global"

1

Firebase installation

// with npm
npm i firebase

// with yarn
yarn add firebase
Posted by: Guest on July-13-2021
11

install firebase npm globally

npm install -g firebase-tools
Posted by: Guest on July-20-2020

Browse Popular Code Answers by Language