Flutter Tutorial - Reset Password | Firebase Authentication 🔥 3/4 Email And Password

  Рет қаралды 33,373

HeyFlutter․com

HeyFlutter․com

Күн бұрын

Пікірлер: 49
@HeyFlutter
@HeyFlutter 2 жыл бұрын
This might help you :) 👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com Source Code: github.com/JohannesMilke/firebase_auth_forgot_password Firebase Auth - Email Verification (4/4): kzbin.info/www/bejne/qIXVaXWLobqZqsk Firebase Auth - Sign Up (2/4): kzbin.info/www/bejne/hXeWnaqnmLqqhrs Firebase Auth - Sign In (1/4): kzbin.info/www/bejne/sKHFqn1tfLuAjLc Firestore Pagination Tutorial: kzbin.info/www/bejne/qZqZpIeri7-rqtk Firestore READ Data: kzbin.info/www/bejne/fWWsf4epltl1m9k Firestore WRITE Data: kzbin.info/www/bejne/aGLZeYxvhZ5joKc Firestore UPDATE & DELETE Data: kzbin.info/www/bejne/rWTOo4aKiKygl9k iOS Firebase Setup: kzbin.info/www/bejne/r5uXp5SwZ9ereZI Web Firebase Setup: kzbin.info/www/bejne/kGHNd56GZaZmeJI Android Firebase Setup: kzbin.info/www/bejne/eaHccn95bb-jrtE Firebase Google SignIn Tutorial: kzbin.info/www/bejne/pZi6aWaufLZ6isk Firebase Email Sign In Tutorial: kzbin.info/www/bejne/qJ-rcnyko892o68 Firebase CRUD Tutorial: kzbin.info/www/bejne/e4eVdayogLSkqLs Firebase Storage - Upload Files Tutorial: kzbin.info/www/bejne/mp69aoedbtBkabc Firebase Storage - Download Files Tutorial: kzbin.info/www/bejne/j3LCl3t5e8R4j8U Firebase Hosting - Deploy Flutter Web App Tutorial: kzbin.info/www/bejne/rnvSaICnqMpsbJI Firebase Messaging & Push Notifications Tutorial: kzbin.info/www/bejne/rZutf2R5brqrprs Firebase Functions Tutorial: kzbin.info/www/bejne/bYbGfmmPZpd_e80 ChatApp With Firebase Tutorial: kzbin.info/www/bejne/rXmslH16hsd1fNU Todo App With Firebase Tutorial: kzbin.info/www/bejne/e4eVdayogLSkqLs Pagination With Firebase Tutorial: kzbin.info/www/bejne/f6PYpq2GrsmDsJY
@chuxville11
@chuxville11 3 жыл бұрын
Thanks for making this tutorial and many more. I was having challenges with Flutter but this tutorials are helping Me get through. Thanks again.
@ExtraServingsBTS
@ExtraServingsBTS 2 жыл бұрын
VERY important to put the sendPasswordResetEmail function in a try catch block! If the user enters an invalid/inactive email, you'll get an error: [firebase_auth/user-not-found] There is no user record corresponding to this identifier. The user may have been deleted. - and the spinner will spin forever.
@mohammadal-azmeh3340
@mohammadal-azmeh3340 3 жыл бұрын
hello mr.johannes please can you advice me , what i learn with flutter ... android native or node.js
@zionarreaga2684
@zionarreaga2684 2 жыл бұрын
Why does a red squiggly line appear under Utils in Utils.showSnackBar? And how to fix it?
@andrewhoang8611
@andrewhoang8611 2 жыл бұрын
@@HeyFlutter I got same problem. was following up step by step...
@zibart.byInnaZibart
@zibart.byInnaZibart 9 ай бұрын
Me too. As I read other languages have packages for this. But in Dart you should create a class: class Utils { static void showSnackBar(BuildContext context, String message) { ScaffoldMessenger.of(context).showSnackBar( SnackBar( content: Text(message), duration: Duration(seconds: 2), ), ); } } So I used my old code.
@mohammedhamdan5323
@mohammedhamdan5323 3 жыл бұрын
what does .trim() do that you put beside emailController ? and please any video about change email ?
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You Mohammed Hamdan! Follow this link: www.bezkoder.com/dart-string-methods-operators-examples/#:~:text=%2F%2F%20'bezkoder%3D%3D'-,Dart%2FFlutter%20Trim%20String,at%20the%20beginning%20or%20end. I hope you will get your answer 🙂
@giuseppeitalia8744
@giuseppeitalia8744 2 жыл бұрын
what is the dependency for Utils?
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You Giuseppe Italia! Follow this link: pub.dev/packages/basic_utils I hope you will get your answer 🙂
@munyaabdulhameed9287
@munyaabdulhameed9287 3 жыл бұрын
Thank you for all your tutorials
@ropherpanama
@ropherpanama Жыл бұрын
do this reset also the user google account password?
@HeyFlutter
@HeyFlutter Жыл бұрын
Thank you, @RosendoPenaHernandez! 🙂. No, it doesn't.
@kyungsooswifeu8240
@kyungsooswifeu8240 2 жыл бұрын
Thank you for this tutorial can you please show us how to update a user's email and password ? I tried following some examples but it didn't work. Thank you.
@nitin-787
@nitin-787 2 жыл бұрын
Hey I made a project and I implemented forgot password in my app everything is working fine but when someone try to login with new password it didn't work, it stuck on the loading screen
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Hello, Nitin! Follow this link: stackoverflow.com/questions/66485126/issue-with-flutter-firebase-login, I hope it will solve your problem. Thank You 🙂
@harry_69
@harry_69 3 жыл бұрын
can you please make a tutorial video to completely sign in with facebook?
@박세진-r9r
@박세진-r9r 2 жыл бұрын
hello, i sponsored you, but i can't access to your code..... how can i get it?
@swayamshreemohantyvlogs8126
@swayamshreemohantyvlogs8126 3 жыл бұрын
Very helpful ❤❤
@donenralex
@donenralex 3 жыл бұрын
kannst du mal ein Video machen, wo du Requests usw. von .Net Core (C#) machst
@bhutpalak8167
@bhutpalak8167 2 жыл бұрын
Which package is that snackbar one ?
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank you, Bhut Palak! 🙂. It does not require package. It is just a widget in flutter.
@philip_abakah
@philip_abakah 3 жыл бұрын
Can u please do videos on how to use cloud functions with firebase?
@tanujain2605
@tanujain2605 Жыл бұрын
Is it possible to add two fields New password and COnfirm New password in that email link
@HeyFlutter
@HeyFlutter Жыл бұрын
Hey, @tanujain2605 🙂 reset password is being handled by firebase. So it's not possible to customize it
@aneesurrehman4929
@aneesurrehman4929 3 жыл бұрын
Chak e wachawai 👍✌😂
@thompsonlaw1
@thompsonlaw1 2 жыл бұрын
it works! thanks!
@sombitmajumder6683
@sombitmajumder6683 Жыл бұрын
if i put a wrong email it is not showing me error why????????
@waezqorneyhuanfareyzo520
@waezqorneyhuanfareyzo520 Жыл бұрын
Have you already do the firebase exception?
@HeyFlutter
@HeyFlutter Жыл бұрын
Thank you, @sombitmajumder6683! 🙂. Did you implement the error handling?
@waezqorneyhuanfareyzo520
@waezqorneyhuanfareyzo520 Жыл бұрын
Found it hope it help in my case i also put into firestore so i need to get the collection in condition where email is equal to emailController then add if not empty then do the reset link
@philip_abakah
@philip_abakah 3 жыл бұрын
Thanks a lot...please do phone authentication with firebase please
@mohammaedazzam314
@mohammaedazzam314 2 жыл бұрын
There is a problem accessing the source code, the page is not available
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You Mohammaed Azzam!. I showed the main functionality, which is important for this package. Learn more about it here: github.com/JohannesMilke/sponsorware
@99dantez
@99dantez 2 жыл бұрын
Thanks my brother
@linkonidas
@linkonidas 3 жыл бұрын
Johannes, parabéns pelos seus vídeos, sou brasileiro e admiro muito seu conteúdo, gostaria de saber se há a possibilidade de abrir o link no próprio app ao invés da web, para fazer a redefinição da senha, desde já obrigado.
@trovap
@trovap 2 жыл бұрын
@@HeyFlutter He (and I haha) wanna know if there's some way of reseting the password directly in the app, without the need of open the browser.
@syedzeerakhussaingillani6019
@syedzeerakhussaingillani6019 Жыл бұрын
Thankyou so much
@HeyFlutter
@HeyFlutter Жыл бұрын
You are welcome, @syedzeerakhussaingillani6019 😊
@Iviha033
@Iviha033 2 жыл бұрын
can't receive reset password email
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank You abderrahmane khatbane! Follow this link: medium.com/@levimatheri/flutter-email-verification-and-password-reset-db2eed893d1d I hope you will get your answer 🙂
@jaaz8927
@jaaz8927 7 ай бұрын
hello i cannot request the source code
@HeyFlutter
@HeyFlutter 7 ай бұрын
Thank You @jaaz8927!. I showed the main functionality, which is important for this package. Learn more about it here: github.com/JohannesMilke/sponsorware
@bhutpalak8167
@bhutpalak8167 2 жыл бұрын
Bro Util.snackbar not working help me
@HeyFlutter
@HeyFlutter 2 жыл бұрын
Thank you, Bhut Palak! 🙂. Try to paste the error message with your question whenever you face any issue or error.
@bhutpalak8167
@bhutpalak8167 2 жыл бұрын
@@HeyFlutter got it...bro 🥂
@Urthia
@Urthia 3 жыл бұрын
👍
📱Reset Password • Firebase x Flutter Tutorial ♡
13:09
Mitch Koko
Рет қаралды 53 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
Flutter Firebase Auth - The Cleanest & Fastest Way - IOS & Android
9:58
Flutter Firebase CRUD (Create, Read, Update, Delete)
15:23
HeyFlutter․com
Рет қаралды 202 М.
Hackers Bypass Google Two-Factor Authentication (2FA) SMS
12:47
John Hammond
Рет қаралды 1,1 МЛН
Forgot Password in Flutter | Reset Password in Flutter Firebase
9:28
CodeWorm - Shah Wali
Рет қаралды 6 М.
(✋❌)kageihina VS siajiwoo VS meosimmyyt VS oxzung#tiktok #shorts
0:12
пранк: псих сбежал из дурдома
0:53
Анна Зинкина
Рет қаралды 1,7 МЛН
(✋❌)kageihina VS siajiwoo VS meosimmyyt VS oxzung#tiktok #shorts
0:12
Карина Кросс #shorts
0:16
Dolly and Friends Shorts Cartoons
Рет қаралды 361 М.