Flutter Forgot Password with firebase | Reset Password in flutter

Поделиться
HTML-код
  • Опубликовано: 3 янв 2025

Комментарии • 45

  • @user-wq9om4et9s
    @user-wq9om4et9s Год назад +2

    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  Год назад +2

      Thank you for your support and Love.
      I will try to go for this one.

  • @samarth_pachpile_patil3533
    @samarth_pachpile_patil3533 4 месяца назад +2

    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 Год назад +1

    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 11 месяцев назад +1

    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  11 месяцев назад +1

      I need to check your code. Usually this happens when you are passing Global keys into children.

    • @im-thEo
      @im-thEo 11 месяцев назад

      @@CodingwithT How can I show you my code?

    • @asriaziziyah6692
      @asriaziziyah6692 8 месяцев назад

      @@CodingwithT i also have the same error, can you please help me?

  • @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 месяца назад +2

      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! 😊

  • @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🤗

  • @mo-awny
    @mo-awny 2 месяца назад

    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  2 месяца назад +1

      This means you are trying to use wrong password to login

  • @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 2 месяца назад

      @@infinitcomp how u fix it plz , can u send me the code plz !

  • @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 🤗

  • @abderrazakschannel4491
    @abderrazakschannel4491 Год назад

    .tr is for what ? in the success snackbar message

  • @dilshanisenarathna8096
    @dilshanisenarathna8096 Год назад

    Dear Taimoor, my Resend email not working. I followed you correctly. Why this happend?

    • @CodingwithT
      @CodingwithT  Год назад +1

      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 ??

  • @viveksingh7930
    @viveksingh7930 8 дней назад

    i can login without email and password like before plzz help

  • @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...