/react-router-firebase-auth

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

Primary LanguageJavaScriptMIT LicenseMIT

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.