firebase

Install firebase CLI tool:

curl -sL https://firebase.tools | bash

Login to your account:

firebase login

List the apps you have deployed:

firebase apps:list

List database instances:

firebase database:instances:list

List hosting channels:

firebase hosting:channel:list

List hosting sites:

firebase hosting:sites:list

List projects:

firebase projects:list

Prepare NodeJS app

Install packages:

npm install

Build the app:

npm run build

Try running locally:

npm run serve

Deploy the app:

firebase deploy