Change User Password all within the App on FlutterFlow!

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024

ความคิดเห็น • 10

  • @3usky
    @3usky 25 วันที่ผ่านมา

    Thank you for this video.

  • @cozy5795
    @cozy5795 หลายเดือนก่อน +1

    thanks for the video, super helpful while working with flutter flow

  • @tsp9452
    @tsp9452 2 หลายเดือนก่อน +1

    Thank you for showing this clearly and simply. Learned a lot! Very helpful for apps or users that don't want to use Google or other company logins

  • @InvestorSeedCrypto
    @InvestorSeedCrypto หลายเดือนก่อน

    Hi, Thanks for this great tutorial. I get the following error "Custom action changePassword cannot be parsed." Can you help?

    • @StevenNoCode
      @StevenNoCode  หลายเดือนก่อน

      Check you have pasted the correct code, it may be missing a semi colon, or closing bracket. Paste it into chatGPT and ask if it is missing any of those.

  • @genaelcazeres3640
    @genaelcazeres3640 หลายเดือนก่อน

    Awesome tutorial! How would you handle a situation where the user can't be authenticated because they don't remember their current password?

    • @StevenNoCode
      @StevenNoCode  หลายเดือนก่อน

      Check out the FF Reset Password action: docs.flutterflow.io/integrations/authentication/firebase/auth-actions/#reset-password-action

  • @cesargerrard962
    @cesargerrard962 หลายเดือนก่อน

    what if we used supabase instead of firebase ??

  • @MyInspireSphere
    @MyInspireSphere 2 หลายเดือนก่อน

    Why not use cloud function? Much safer..

    • @StevenNoCode
      @StevenNoCode  2 หลายเดือนก่อน

      You can do the same via cloud function of course :) Just convert the dart code to JS code.