How to Install firebase-admin NPM Packages on Ubuntu / Debian

How to Install firebase-admin software package in NPM Packages

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

Git clone:

$ 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

How to remove firebase-admin package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall firebase-admin

Basic Information of firebase-admin NPM Package:

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