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

Part 1 - Set up a Firebase app

Part 2 - Set up Google Sign in

Part 3 - Set up a Firebase Realtime Database