User Authentication with React & Firebase: Full Tutorial

preview_player
Показать описание
- Download the source code for this video:

IMPORTANT: Still Don't Have the Full Course Yet? 😯 Upgrade Your Skills Now!

** Get an EXCLUSIVE DISCOUNT for my Complete React 2024 Course:

Why Enroll?

• Over 14 Hours of High-Quality Videos!

• Hands-On Learning with 5 Real-Life Projects: Apply your skills in practical scenarios.

• Deep Dive into TypeScript: Complete 2 extensive projects using TypeScript.

• Master Firebase: Go beyond authentication with full tutorials on datastore CRUD operations and deployment.

Take your React skills to the next level and build applications that stand out. This is more than just learning; it’s about creating and deploying real-world applications.

Chapters:
00:00:00 Introduction
00:00:45 Project Overview
00:02:55 Firebase Project Setup
00:07:36 Firebase Authentication Methods
00:13:08 Signing Up New Users
00:22:28 Handling Signup Errors
00:28:06 Signing In Existing Users
00:31:53 The Reset Password Function
00:36:18 Show the Homepage to Logged In Users
00:47:20 Persisting the Login State in the Browser Session
00:53:56 The Logout Function
00:58:56 Adding a Loader to The Login Page
Рекомендации по теме
Комментарии
Автор

Start to finish, excellent tutorial. I'll have to check out your courses!
The only suggestion I have, please don't show use the wrong way to do things first... it just makes it harder. Just my humble opinion.

rooneyjohn
Автор

Nicely covered the login scenario. I had the idea how to do it. But being an Angular developer, I wanted to learn how it is done in React properly. Thanks for the tutorial!

SamipShresthajava
Автор

your lecture cover full important topics of Authentication thanks very much for clear information

demno
Автор

Thanks for shareing an awesome tutorial.

mahabubazam
Автор

THIS is exactly what i was looking for! thanks

abhnv
Автор

Amazing tutorial, I am working on an application and this was helpful. Thanks

adolfmathebula
Автор

When I log in, it says this "Uncaught (in promise) Error: [Immer] Immer only supports setting array indices and the 'length' property"
How to fix that?

laithhabashuae
Автор

hey, I have watched the video and checked the repo, but all the authentication components were missing, Can you please upload the correct repo link

Arjun-uzg
Автор

Thank you for the efforts. Thorough tutorial but when i was trying to change the password and got this error when i clicked on the link sent to my email. "Error encountered
The selected page mode is invalid." Can you please share your insights on solving this error.

zabiiaryan
Автор

I am following the tutorial. I cloned the source code for the tutorial from a GitHub repo, opened the project in VSCode, opened the terminal in VSCode, ran npm i to install the dependencies. I enter 'vite' into the terminal, but it says
bash: vite: command not found

jbgoogl