Skip to content

marchon/react-router-firebase-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth with React Router and Firebase

Starter kit for authentication and protected routes with React Router and Firebase.

Features:

  • Protected Routes with React Router
  • Register new users with Firebase
  • Add new users to /users in your Firebase
  • Login/Logout Functionality
  • Simple Boostrap UI

Instructions:

  • If you've never used webpack run npm install -g webpack
  • npm install
  • Add your Firebase URL to firebaseUtils.js file.
  • ``npm start``` to run webpack-dev-server

About

Starter kit for authentication and protected routes with React Router and Firebase.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.7%
  • HTML 3.3%