firebase : Firebase JavaScript library for web and Node.js. You can installing firebase npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install firebase $ sudo npm install -g firebase
If want to update the firebase package execute the command as below,
$ sudo npm update firebase
Update package globally,
$ npm install -g firebase
$ sudo git clone https://github.com/rektide/firebase.git
$ sudo npm install -g ./firebase
firebase@4.6.2 /usr/lib/node_modules/firebase
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall firebase
| Package Name | firebase |
| Version | 4.6.2 |
| Description | Firebase JavaScript library for web and Node.js |
| Released Date | 2017-11-09T23:31:42.860Z |
| Published by | jshcrowthe |
| How to Learn | https://www.npmjs.com/package/firebase/tutorial |