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
@chuxville113 жыл бұрын
Thanks for making this tutorial and many more. I was having challenges with Flutter but this tutorials are helping Me get through. Thanks again.
@ExtraServingsBTS2 жыл бұрын
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-azmeh33403 жыл бұрын
hello mr.johannes please can you advice me , what i learn with flutter ... android native or node.js
@zionarreaga26842 жыл бұрын
Why does a red squiggly line appear under Utils in Utils.showSnackBar? And how to fix it?
@andrewhoang86112 жыл бұрын
@@HeyFlutter I got same problem. was following up step by step...
@zibart.byInnaZibart9 ай бұрын
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.
@mohammedhamdan53233 жыл бұрын
what does .trim() do that you put beside emailController ? and please any video about change email ?
@HeyFlutter2 жыл бұрын
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 🙂
@giuseppeitalia87442 жыл бұрын
what is the dependency for Utils?
@HeyFlutter2 жыл бұрын
Thank You Giuseppe Italia! Follow this link: pub.dev/packages/basic_utils I hope you will get your answer 🙂
@munyaabdulhameed92873 жыл бұрын
Thank you for all your tutorials
@ropherpanama Жыл бұрын
do this reset also the user google account password?
@HeyFlutter Жыл бұрын
Thank you, @RosendoPenaHernandez! 🙂. No, it doesn't.
@kyungsooswifeu82402 жыл бұрын
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-7872 жыл бұрын
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
@HeyFlutter2 жыл бұрын
Hello, Nitin! Follow this link: stackoverflow.com/questions/66485126/issue-with-flutter-firebase-login, I hope it will solve your problem. Thank You 🙂
@harry_693 жыл бұрын
can you please make a tutorial video to completely sign in with facebook?
@박세진-r9r2 жыл бұрын
hello, i sponsored you, but i can't access to your code..... how can i get it?
@swayamshreemohantyvlogs81263 жыл бұрын
Very helpful ❤❤
@donenralex3 жыл бұрын
kannst du mal ein Video machen, wo du Requests usw. von .Net Core (C#) machst
@bhutpalak81672 жыл бұрын
Which package is that snackbar one ?
@HeyFlutter2 жыл бұрын
Thank you, Bhut Palak! 🙂. It does not require package. It is just a widget in flutter.
@philip_abakah3 жыл бұрын
Can u please do videos on how to use cloud functions with firebase?
@tanujain2605 Жыл бұрын
Is it possible to add two fields New password and COnfirm New password in that email link
@HeyFlutter Жыл бұрын
Hey, @tanujain2605 🙂 reset password is being handled by firebase. So it's not possible to customize it
@aneesurrehman49293 жыл бұрын
Chak e wachawai 👍✌😂
@thompsonlaw12 жыл бұрын
it works! thanks!
@sombitmajumder6683 Жыл бұрын
if i put a wrong email it is not showing me error why????????
@waezqorneyhuanfareyzo520 Жыл бұрын
Have you already do the firebase exception?
@HeyFlutter Жыл бұрын
Thank you, @sombitmajumder6683! 🙂. Did you implement the error handling?
@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_abakah3 жыл бұрын
Thanks a lot...please do phone authentication with firebase please
@mohammaedazzam3142 жыл бұрын
There is a problem accessing the source code, the page is not available
@HeyFlutter2 жыл бұрын
Thank You Mohammaed Azzam!. I showed the main functionality, which is important for this package. Learn more about it here: github.com/JohannesMilke/sponsorware
@99dantez2 жыл бұрын
Thanks my brother
@linkonidas3 жыл бұрын
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.
@trovap2 жыл бұрын
@@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 Жыл бұрын
Thankyou so much
@HeyFlutter Жыл бұрын
You are welcome, @syedzeerakhussaingillani6019 😊
@Iviha0332 жыл бұрын
can't receive reset password email
@HeyFlutter2 жыл бұрын
Thank You abderrahmane khatbane! Follow this link: medium.com/@levimatheri/flutter-email-verification-and-password-reset-db2eed893d1d I hope you will get your answer 🙂
@jaaz89277 ай бұрын
hello i cannot request the source code
@HeyFlutter7 ай бұрын
Thank You @jaaz8927!. I showed the main functionality, which is important for this package. Learn more about it here: github.com/JohannesMilke/sponsorware
@bhutpalak81672 жыл бұрын
Bro Util.snackbar not working help me
@HeyFlutter2 жыл бұрын
Thank you, Bhut Palak! 🙂. Try to paste the error message with your question whenever you face any issue or error.