Your minimal yet extensive authentication starter project in Gatsby.js with Firebase and plain React.
- uses:
- only React (Gatsby.js)
 - firebase 5.0.0
 
 - features:
- Sign In
 - Sign Up
 - Sign Out
 - Password Forget
 - Password Change
 - Protected Routes with Authorization
 - Database: Users
 
 
git clone [email protected]:taming-the-state-in-react/gatsby-firebase-authentication.gitcd gatsby-firebase-authenticationyarn installgatsby develop- visit http://localhost:8000/
 - Use your own Firebase Credentials
 
- visit https://firebase.google.com/ and create a Firebase App
 - copy and paste your Credentials from your Firebase App into src/firebase/firebase.js
 - activate Email/Password Sign-In Method in your Firebase App
 
gatsby new gatsby-firebase-authentication [email protected]:taming-the-state-in-react/gatsby-firebase-authentication.gitcd gatsby-firebase-authenticationyarn installgatsby develop- visit http://localhost:8000/
 - Use your own Firebase Credentials