Basic tutorial on how to implement a React/Firebase User Authentication
Done so far:
- Initial setup and basic Navigation routing
- Basic Navigation and Layout pages
- Firebase setup on React App
- Signup users
- Signin users
- Reset password.
- Change password.
- Edit profile.
- URL protection based on authorization mechanisms.
- Adding Redux
- Styling the components using Bootstrap.