kmcnellis / firebase-gtk-web

Home Page:https://codelabs.developers.google.com/codelabs/firebase-get-to-know-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://codelabs.developers.google.com/codelabs/firebase-get-to-know-web

License:Apache License 2.0


Languages

Language:JavaScript 69.9%Language:CSS 16.4%Language:HTML 13.7%