Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 435 Bytes

File metadata and controls

14 lines (13 loc) · 435 Bytes

Basic tutorial on how to implement a React/Firebase User Authentication

Done so far:

  • Initial setup and basic Navigation routing
  • Basic Navigation and Layout pages
  • Firebase setup on React App
  • Signup users
  • Signin users
  • Reset password.
  • Change password.
  • Edit profile.
  • URL protection based on authorization mechanisms.
  • Adding Redux
  • Styling the components using Bootstrap.