Flutter Forgot Password with firebase | Reset Password in flutter

  Рет қаралды 9,569

Coding With T

Coding With T

Күн бұрын

Пікірлер: 45
@user-wq9om4et9s
@user-wq9om4et9s Жыл бұрын
Really loving this playlist , learned a lot, i have been watching videos since the android login tutorials. After completing this playlist please create one for flutter app with mongodb , node.js and Rest api's
@CodingwithT
@CodingwithT Жыл бұрын
Thank you for your support and Love. I will try to go for this one.
@samarth_pachpile_patil3533
@samarth_pachpile_patil3533 4 ай бұрын
brother where is the class for logout function? you didnt provide the details for logout popup also.
@adisbuljubasic5706
@adisbuljubasic5706 3 ай бұрын
do you have it ? so many missing things
@samarth_pachpile_patil3533
@samarth_pachpile_patil3533 3 ай бұрын
@@adisbuljubasic5706 yes, also in further videos he created a pop function you refer it in that video but for now you can skip it....
@adisbuljubasic5706
@adisbuljubasic5706 3 ай бұрын
@@samarth_pachpile_patil3533 so the logout button is covered? Which tutorial bro
@adisbuljubasic5706
@adisbuljubasic5706 3 ай бұрын
@@samarth_pachpile_patil3533 I have the function but don’t know how to call it
@samarth_pachpile_patil3533
@samarth_pachpile_patil3533 3 ай бұрын
@@adisbuljubasic5706 actually it's not particularly made for the logout button but you can refer it with other functionality ... also you would surely get it within further 2 - 3 videos as of now I don't remember it so ....
@wseymondzongo100
@wseymondzongo100 Жыл бұрын
Thanks for your amazing video. Is there any possibility of checking if the email has been authenticated first before sending the forgot password links? Most of this you can use and that is not registered yet for password reseting
@CodingwithT
@CodingwithT Жыл бұрын
Yes, if you watch the Email verification tutorial where we already learn how to redirect the user to the verification screen if he didn't verify his/her account. Just apply that logic and you are done. Check if the user.emailVerifed is true then return to the verification screen else let the user go to forget screen
@im-thEo
@im-thEo Жыл бұрын
Hello brother I really love your tutorials, I have watched and completed previous all videos, in this one I am getting an error "Duplicate GlobalKey detected in widget tree." when I click Next button after resetting the password by clicking the link provided by Firebase in my mail. Can you please help me in this matter?
@CodingwithT
@CodingwithT Жыл бұрын
I need to check your code. Usually this happens when you are passing Global keys into children.
@im-thEo
@im-thEo Жыл бұрын
@@CodingwithT How can I show you my code?
@asriaziziyah6692
@asriaziziyah6692 8 ай бұрын
@@CodingwithT i also have the same error, can you please help me?
@hanibelkhoudir383
@hanibelkhoudir383 Жыл бұрын
Hello i could not find the logout implementation when click the signout button plus the pop up code is not there
@user-wq9om4et9s
@user-wq9om4et9s Жыл бұрын
() => AuthenticationRepository.instance.logout(), use this on the onPressed : of logout button
@CodingwithT
@CodingwithT Жыл бұрын
Thank you for your help 🙏. He's right you can use this.
@twix975
@twix975 9 ай бұрын
@@CodingwithT Where is it? What is right?
@Suleiman-PC
@Suleiman-PC Жыл бұрын
Thank you my boss🤗
@deepankarvarma4513
@deepankarvarma4513 Жыл бұрын
Hey can you share the code ?
@infinitcomp
@infinitcomp Жыл бұрын
Hello Sir, Have an Issued at the end of this Video got an Error.... Initial task failed for action RecaptchaAction(action=signInWithPassword)with exception - The supplied auth credential is incorrect, malformed or has expired. on entering wrong password, how can we handle this Error. Thank u.
@CodingwithT
@CodingwithT Жыл бұрын
Hi 👋, There must be some code received with this exception. You can add a check of if(code == 2) throw "Invalid Login Credentials"
@infinitcomp
@infinitcomp Жыл бұрын
@@CodingwithT Thank u!!!
@mo-awny
@mo-awny 3 ай бұрын
@@infinitcomp how u fix it plz , can u send me the code plz !
@dilshanisenarathna8096
@dilshanisenarathna8096 Жыл бұрын
Dear Taimoor, my Resend email not working. I followed you correctly. Why this happend?
@CodingwithT
@CodingwithT Жыл бұрын
Not sure, I need to check that
@dilshanisenarathna8096
@dilshanisenarathna8096 Жыл бұрын
@@CodingwithT please check it your application and let me know its working or not ❤
@umarshakir-m8i
@umarshakir-m8i Жыл бұрын
how many videos are left to complete this ??
@CodingwithT
@CodingwithT Жыл бұрын
Just the last section now.
@legardemontcho6739
@legardemontcho6739 3 ай бұрын
Hella can you make an add video for multi language with GetX ? Also switch theme using buttons on settings UI. I things this two part are very important.
@CodingwithT
@CodingwithT 3 ай бұрын
Hi! Yes, I agree that both multi-language support with GetX and theme switching are very important features. I'll definitely add videos covering these topics right after I finish the admin panel series. Stay tuned! 😊
@abderrazakschannel4491
@abderrazakschannel4491 Жыл бұрын
.tr is for what ? in the success snackbar message
@mo-awny
@mo-awny 3 ай бұрын
Thanks Sir , i hade problem after change password ., Initial task failed for action RecaptchaAction(action=signInWithPassword)with exception - The supplied auth credential is incorrect, malformed or has expired. i am a new with code , so if u can give me the full way to fix it ! thanks so much
@CodingwithT
@CodingwithT 3 ай бұрын
This means you are trying to use wrong password to login
@viveksingh7930
@viveksingh7930 19 күн бұрын
i can login without email and password like before plzz help
@Suleiman-PC
@Suleiman-PC Жыл бұрын
Next Video, Create, Read, Update and Delete User (CRUD Operation) 😋😜🥰, We are waiting for you my boss.
@CodingwithT
@CodingwithT Жыл бұрын
So nice of you dear 💞. Will be uploaded in a few hours.
@Suleiman-PC
@Suleiman-PC Жыл бұрын
Masha Allah @@CodingwithT 🤗
@Hamza-yq7sj
@Hamza-yq7sj Жыл бұрын
'package:flutter/src/widgets/navigator.dart': Failed assertion: line 5496 pos 12: I/flutter (19902): '_history.isNotEmpty': is not true. tell me about this...
Flutter Firestore CRUD Operations (Create Read Update & Delete)
35:49
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
📱Reset Password • Firebase x Flutter Tutorial ♡
13:09
Mitch Koko
Рет қаралды 53 М.
The Essential Guide to Flutter Email Verification with Firebase
24:17
Топ 5 ОШИБОК Новичков в REACT
13:07
gorbatkoff
Рет қаралды 8 М.
What does larger scale software development look like?
24:15
Web Dev Cody
Рет қаралды 1,5 МЛН
Turn ANY Website into LLM Knowledge in SECONDS
18:44
Cole Medin
Рет қаралды 56 М.