# React-Static - Firebase Authentication

This example is the most basic version of react-static available. It includes:
- Babel
- CSS imports
- Image imports
- File imports
- Automatic Routing
- Firebase 4.8.0

Features :
- Protected Routes
- Sign In
- Sign Up
- Sign Out
- Forgot Password
- Change Password

### Setup
- visit https://firebase.google.com/ to create a Firebase App
- activate Email/Password Sign-In Method in your Firebase App
- Use your own Firebase credential
- copy and paste your Firebase Credentials into `src/firebase/config.js.template`
- rename `src/firebase/config.js.template` to `src/firebase/config.js`

