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

How to Install firebase-functions software package in NPM Packages

firebase-functions : Firebase SDK for Cloud Functions. You can installing firebase-functions 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-functions
$ sudo npm install -g firebase-functions

If want to update the firebase-functions package execute the command as below,

$ sudo npm update firebase-functions

Update package globally,

$ npm install -g firebase-functions

Git clone:

$ sudo  git clone https://github.com/rektide/firebase-functions.git
$ sudo  npm install -g ./firebase-functions

firebase-functions@0.7.3 /usr/lib/node_modules/firebase-functions

How to remove firebase-functions package :

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

$ sudo npm uninstall firebase-functions

Basic Information of firebase-functions NPM Package:

Package Name firebase-functions
Version 0.7.3
Description Firebase SDK for Cloud Functions
Released Date 2017-11-10T18:50:39.791Z
Published by firebase-ops
How to Learn https://www.npmjs.com/package/firebase-functions/tutorial