React Typescript firebase auth

technotes
Aug 27, 2021

This project is well setup

Pro:

  • React and typescript setup well. No extra javascript spitting out to dirty your GitHub commit
  • type-save and auto-reloads
  • routes are well setup

Area for improvement:

  • Use Context instead of direct include of “import { auth } from ‘../config/firebase’;”

--

--