Starter kit for authentication and protected routes with React Router and Firebase.
Using React Router 2.0.X and Firebase 2.3.X
- Protected Routes with React Router
- Register new users with Firebase
- Add new users to
/users
in your Firebase - Login/Logout Functionality
- Simple Boostrap UI
- If you've never used webpack run
npm install -g webpack
npm install
- Add your Firebase URL to
firebaseUtils.js
file.