firebase-admin : Firebase admin SDK for Node.js. You can installing firebase-admin 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-admin $ sudo npm install -g firebase-admin
If want to update the firebase-admin package execute the command as below,
$ sudo npm update firebase-admin
Update package globally,
$ npm install -g firebase-admin
$ sudo git clone https://github.com/rektide/firebase-admin.git
$ sudo npm install -g ./firebase-admin
firebase-admin@5.5.1 /usr/lib/node_modules/firebase-admin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall firebase-admin
| Package Name | firebase-admin |
| Version | 5.5.1 |
| Description | Firebase admin SDK for Node.js |
| Released Date | 2017-11-21T23:11:14.968Z |
| Published by | firebase-ops |
| How to Learn | https://www.npmjs.com/package/firebase-admin/tutorial |