mrzachnugent / m7-3-dbs--firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firebase with Google Auth

Setup

Installation

Backend

yarn install

Frontend

cd client
yarn install

Start

This tutorial will require 2 terminals open. One to manage the FE (/client), and one for the BE.

Backend

yarn dev

Frontend

cd client
yarn start

Exercise 1 - Set up a Firebase app

Open this exercise file: exercise-1.md

Exercise 2 - Set up Google Sign in

Open this exercise file: exercise-2.md

Exercise 3 - Set up a Firebase Realtime Database

Open this exercise file: exercise-3.md

About


Languages

Language:JavaScript 97.2%Language:HTML 2.8%