Skip to content

neojato/firebase-analytics

Repository files navigation

firebase-analytics

Based on Building a Realtime App with Firebase - Airpair Tutorial

Setup

  1. Install/Update the Firebase CLI by running the following command: npm install -g firebase-tools (may need to use sudo depending on your local setup)
  2. Clone this repo then run firebase login and firebase init to setup/link with a Firebase Project
  3. Edit firebase.json to use /dashboard.html as the value for the key hosting.rewrites.destination

Deploy

Running firebase deploy will deploy the code to Firebase Hosting.