react-firestore-authentication
Features
- uses:
- only React (create-react-app)
- firestore
- react-router 4
- no Redux/MobX
- features:
- Sign In
- Sign Up
- Sign Out
- Password Forget
- Password Change
- Verification Email
- Protected Routes with Authorization
- Roles-based Authorization
- Social Logins with Google, Facebook and Twitter
- Linking of Social Logins on Account dashboard
- Auth Persistence with Local Storage
- Database with Users and Messages
License
Commercial license
If you want to use this starter project to develop commercial sites, themes, projects, and applications, the Commercial license is the appropriate license. With this option, your source code is kept proprietary. Purchase an commercial license for different team sizes:
It grants you also access to the other starter projects in this GitHub organization.
Open source license
If you are creating an open source application under a license compatible with the GNU GPL license v3, you may use this starter project under the terms of the GPLv3.
Installation
git clone git@github.com:the-road-to-react-with-firebase/react-firestore-authentication.git
cd react-firestore-authentication
npm install
npm start
- visit http://localhost:3000/
- Use your own Firebase Credentials
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/components/Firebase/firebase.js file or in .env file
- activate Sign-In Methods in your Firebase App
- Email/Password