In this video tutorial we will learn how to build a full-fledged authentication system using react redux and firebase. This whole video tutorial covers all the important concepts regarding authentication. This is the very first video in authentication series covers the authentication using email and password. We will also learn how to manage state using redux. This project will clear your doubts regarding the state management also.
🧠Concepts Covered
✔ Intro
✔ Demo
✔ Firebase setup
✔ Creating User State using template REDUX
✔ Creating component
✔ Creating login and register functionality
✔ Integrating firebase
✔ Testing
✔ Outro
⏱️ Timestamp
Intro - 00:00
Demo - 01:15
Project Setup and Configuration- 05:45
Adding firebase dependency - 08:37
Firebase setup and Configuration- 09:20
Creating user state using REDUX- 15:00
Adding Login and Register feature - 27:30
outro - 47:50
ℹ️ Source Code
https://github.com/akkySrivastava/fir…
#react #redux