11 - Send a password reset email ( flutter firebase 2023 )

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ส.ค. 2023

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

  • @Mohammed-cd9gs
    @Mohammed-cd9gs 27 วันที่ผ่านมา

    درس رائع ❤❤❤

  • @The-sound-of-silence
    @The-sound-of-silence 10 หลายเดือนก่อน +3

    ما شاء الله شرح خرااااااااااافي.
    بارك الله فيك وفي من علمك.

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

    مجهود رائع منك يا هندسة الشهادة لله افضل حد شرح فلاتر سواء عربى او اجنبى

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

    استاذنا وائل ممكن تحديث لكورس ال e commerce لان كثير من الاور تغيرت
    او نعمل مشروح لتطبيق مدرسي مثلا بيكون ابسط اعتقد

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

    مبدع

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

    هل يمكن شرح تسجيل الدخول ببصمة اليد

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

    مشكور على جهود يا ريت تعمل عن طريق الهاتف مع نسيان كلمة المرور عن طريق فاير بيز

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

    ممكن ترفع الاكواظ

  • @ayoubamg1
    @ayoubamg1 5 หลายเดือนก่อน +4

    the logic is correct but when I try to enter email not exist it showing me the success dialog :( InkWell(
    onTap: () async {
    if (email.text == null || email.text.isEmpty) {
    AwesomeDialog(
    context: context,
    dialogType: DialogType.warning,
    animType: AnimType.rightSlide,
    title: 'Warning',
    desc: 'Enter An Email First!',
    ).show();
    return;
    }
    try {
    await FirebaseAuth.instance
    .sendPasswordResetEmail(email: email.text);
    AwesomeDialog(
    context: context,
    dialogType: DialogType.success,
    animType: AnimType.rightSlide,
    title: 'Done',
    desc:'Your password reset has been sent to your email',
    ).show();
    } catch (e) {
    print("Error: $e"); // Log the error for debugging purposes
    AwesomeDialog(
    context: context,
    dialogType:
    DialogType.error, // Change to error dialog type
    animType: AnimType.rightSlide,
    title: 'Error',
    desc: 'Please enter a valid email',
    ).show();
    }
    }

    • @zo0oi_574
      @zo0oi_574 5 หลายเดือนก่อน +2

      نفس الشي، هل لقيت حل؟

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

      لا مالقيتوش خليتها هكاك , catch dont work@@zo0oi_574