Change User Password all within the App on FlutterFlow!

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

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

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

  • @3usky
    @3usky 22 дня назад

    Thank you for this video.

  • @cozy5795
    @cozy5795 Месяц назад +1

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

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