Flutter Firebase Authentication - Verifying Email

preview_player
Показать описание
In this video we will verify the email address of a user signing up with email and password through firebase authentication.

Social Media:

Patreon:

Github Repo:
Рекомендации по теме
Комментарии
Автор

Thank you for this video. I would be completely lost without this series. Very grateful

hermano
Автор

So where is the video when registering to send an verification email ? It is not covered in your tutorials, that's the most important part.

unbeatablexxy
Автор

This video was the easiest solution to the email verification problem .Thanks for uploading..! ♥

bhavyaagrawal
Автор

i have been following u for a while and u are such a great help for real thx

ahmedadel
Автор

Always amazing episode keep going forward...

haiderjaafer
Автор

Thanks man. Please do more of this firebase videos.

madhank
Автор

Hi there. Even clicking in the email link and the email is verified, the app cannot let the loop of the timer. What's wrong?

janfranciscoramalho
Автор

What will happen if your logins without verifying, since email is getting registered without email verification

Neerajkumar-xlkx
Автор

Thank you sir for this great tutorial, but how if we want to make it in null safety? i try this tutorial and the user without verification email can login to the homescreen.too. thanks sir.

campuranakun
Автор

Another great video. Would it be wise to add an emailVerified check in the Sign In sequence on LoginScreen?

ed-fowler
Автор

Ok, I used the method you showed, but according to my experience its not a very clean method to check for email verification. I am looking into adding a listener to do the job both at the time of signup and login.

gauravsharma
Автор

Your voice is perfect for learning Stuff 🤣

tobotis
Автор

thankyou SIR... your series are life-Saving

peterbk
Автор

Problem is the new user account is being created BEFORE they verify the email they provided. WHY?

lido
Автор

Thanks man really appreciate your help here!

uzaircassim
Автор

Super. Please do also forgot password by email

ingartstudio
Автор

Could you please make a tutorial on how to make a disclaimer/user agreement form please

uzaircassim
Автор

oh, I've had a problem, it's not working anymore, because it sends me the following error in user = auth.currentUser;
and flutter say's
You should not use this getter to determine the users current state, instead use [authStateChanges], [idTokenChanges] or [userChanges] to subscribe to updates.

Serfey
Автор

User user; now shows: Non-nullable instance field 'user' must be initialized.
Since we hope to get it later, I changed it to User? user; and added null-checks (!) everywhere I use 'user'. When I run the program, I get null value returned every 5 seconds in the console and no verification email gets sent. Is there something else that needs to be changed or I'm missing?

Edit: The changes I made DO work. The emailadress I used to verify just bounces the verification email. Used another email and worked like a charm. Thanks!

plotsklapps
Автор

That is Great video .Thank you very much Sir

thisararandimal