The Firebase CLI tools help us actually deploy and launch our code. To install the firebase CLI, run the command:
npm install -g firebase-tools
To test that it has been installed correctly, run this command, which should give you the version number of the installed files:
firebase --version