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 usesudo
depending on your local setup) - Clone this repo then run
firebase login
andfirebase init
to setup/link with a Firebase Project - Edit
firebase.json
to use/dashboard.html
as the value for the keyhosting.rewrites.destination
Running firebase deploy
will deploy the code to Firebase Hosting.