Skip to content

kmcnellis/firebase-gtk-web

Repository files navigation

Get to know Firebase for Web Codelab

Overview

This repository contains the finished code for the Get to know Firebase for web codelab, using webpack instead of stackblitz.

The contents of the src directory is identical to checkpoint 5 in stackblitz.

Setup

  1. Follow the step 4 in the codelab to create & setup your firebase project.
  2. Run firebase init and select your project.

Running locally

npm run serve

Deploy to Firebase

npm run deploy or npm run build && firebase deploy