Installing the Firebase CLI

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

Get Full Stack Web Development with Raspberry Pi 3 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.