Skip to content

snalegave/react-router-firebase-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auth with React Router and Firebase

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

This might be out dated for you. Make sure you check the version numbers of React Router before going forward

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.

About

Example of how to have protected routes with Firebase and React Router.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.2%
  • HTML 12.1%
  • CSS 0.7%