This is an example repo for authenticating with Firebase and React Router using Material-UI.
Using React 16.1.1, React Router 4, and Firebase 4.6.0
- Protected Routes with React Router
- Register new users with Firebase
- Add new users to
/users
in your Firebase Firestore database - Login/Logout Functionality
- Material UI
- Bootstrap v4 for some utilities via CDN ** should be included via yarn/npm or removed
- Swap out the firebase config in
config/constants
with your own npm install
npm start
- Visit
localhost:3000
It's basically react-router-firebase-auth with Material-UI and Firebase/Firestore