This is a starter React project with Firebase authentication, React Router 4 and Mobx.
- Protected Routes with React Router
- Register new users with Firebase
- Add new users to
/users
in your Firebase database - Login/Logout Functionality
- Simple Boostrap UI
- Swap out the firebase config in
config/firebase
with your own yarn
yarn start
- Visit
localhost:3000