Skip to content

kianaditya/react-firebase-learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App skeleton built using React + Firebase

Using Firebase authentication and realtime database as backend for -

  • User Sign Up
  • User Sign In and Sign Out
  • Password Change and Reset
  • Session management

Uses Context API to manage state and Higher Order Components to extract logic away.