Your minimal yet extensive authentication starter project in Gatsby.js with Firebase and plain React.
- uses:
- only React (Gatsby.js)
- firebase 4.8.0
- features:
- Sign In
- Sign Up
- Sign Out
- Password Forget
- Password Change
- Protected Routes with Authorization
- Database: Users
git clone git@github.com:rwieruch/gatsby-firebase-authentication.git
cd gatsby-firebase-authentication
npm install
gatsby 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 git@github.com:rwieruch/gatsby-firebase-authentication.git
cd gatsby-firebase-authentication
npm install
gatsby develop
- visit http://localhost:8000/
- Use your own Firebase Credentials