Express hosting for firebase functions
Download this repository and,
npm install -g firebase-tools
Login to Firebase CLI
firebase login
# Show your project Id's
firebase list
# and select
firebase use <Project-Id>
npm install
npm run dev
# localhost:5000
npm run deploy