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