Based on Building a Realtime App with Firebase - Airpair Tutorial
- Install/Update the Firebase CLI by running the following command: 
npm install -g firebase-tools(may need to usesudodepending on your local setup) - Clone this repo then run 
firebase loginandfirebase initto setup/link with a Firebase Project - Edit 
firebase.jsonto use/dashboard.htmlas the value for the keyhosting.rewrites.destination 
Running firebase deploy will deploy the code to Firebase Hosting.