🥷🏽 FOLLOW ME Patreon: www.patreon.com/mitchkoko/ Instagram: instagram.com/createdbykoko/ Twitter: twitter.com/createdbykoko/ TikTok: www.tiktok.com/@createdbykoko/ You might want to watch the previous videos first 👨🏽💻 1. Minimal LOGIN UI - kzbin.info/www/bejne/l3vHep6IntWaic0 2. Login & Logout - kzbin.info/www/bejne/ipzYgGuFgcypoc0 3. Sign Up Users - kzbin.info/www/bejne/g5fEZKhpo8aEm9k Firebase Setup for IOS - kzbin.info/www/bejne/nqqTf6eIZbOKarM Firebase Setup for Android - kzbin.info/www/bejne/qauXpJ-Ge9x4rNU
@arinahomuleba41652 жыл бұрын
I’m loving this series, I’m building my startup as I code along👌🔥❤️
@createdbykoko2 жыл бұрын
that sounds amazing arinaho! Flutter is a good choice if your startup needs an app 👌 what kind of startup are u building? good luck!
@ChristianMora2 жыл бұрын
Yeah, we are in the same channel !! I'm creating my startup too. I'm in the incubation process.
@kKevin09 Жыл бұрын
Thank you Mitch! 💜 Looking forward to your future tutorials! I would like to suggest one thing in your Minimal Social Media App, give the user the ability to delete its own account, delete its posts, etc.
@taz10122 жыл бұрын
Thanks Mitch! Really loving this tutorial. Firebase is such a powerful tool. Can't wait to learn more.
@JayNirmalkarx2 жыл бұрын
Important series for me. Beginner 🔥
@createdbykoko2 жыл бұрын
I’m glad it helps 👨🏽💻❤️
@popolescoconceptofficial88382 жыл бұрын
Your tutorials are always on point🙌..well deliverd🙌❣❣❣❣..God bless you
@bivin_bivi789Ай бұрын
Great ! Easily understandable, Thanks bro ❤
@adampeters512 жыл бұрын
Really love your videos man! I would love to see a video about staying logged in so you don't have to login every time you open the app.
@createdbykoko2 жыл бұрын
That’s done automatically for u. Try it out
@KaskoO832 жыл бұрын
Hi, thanks for the firebase & flutter tutorials. I've got an error message when I try to reset a password : W/System ( 1734): Ignoring header X-Firebase-Locale because its value was null. Any Idea ? Thanks m8.
@saugatniroula78592 жыл бұрын
same problem here
@alyssaseah3392 жыл бұрын
Hello. Was this issue resolved? As I had the same issue here as well. Could help with some advice. Thank you.
@علي-ك3ظ2ز2 жыл бұрын
how to solve this issues
@WangAndrew Жыл бұрын
same problem, any future progress? Thanks.
@edwardgarcia838810 ай бұрын
For me the alert dialog wasn't showing when I entered an email to reset the password. In the terminal enter 'flutter clean' and then 'flutter pub get' that fixed the problem for me
@daniRembrandt Жыл бұрын
Hi, Mitch! First of all awesome job with these tutorials! I'm getting a weird behavior, when I send an email that is not registered it's not showing the error that you're getting, but if it's a structure issue like aa.aa or something like that it shows the error. Do you know why this may be happening?
@MCKobbyAfrique Жыл бұрын
I have same problem. I guess things have changed a bit with flutter these days because when when you look at the comments, people that did it before are not complaining so I guess it worked for them when they practiced the tutorial months back.😢
@AhmedNasser-sukd Жыл бұрын
Me too, I got the same error. Error message doesn't show!
@prowzmastr2141 Жыл бұрын
same
@claudiodechecchi9267 Жыл бұрын
@@prowzmastr2141 same, how we can do?
@AdilAli-dj8uo Жыл бұрын
Anyone found a fix?
@vannakheng Жыл бұрын
when I click email link it show me : Error encountered The selected page mode is invalid.
@maheshwaransivagnanam6452 Жыл бұрын
Hi mitch, I have been trying to add validation to the reset password page, but since it is offered by firebase I have had no luck. Instead I have decided to have a validation within my app and just send the string to the reset password page offered by firebase. But I cannot find any tutorials on that. Help would be much appreciated!!!!!!!!!!
@Aryan-bw2op Жыл бұрын
hey, when you do the resetpasword async, it tells me not to use the builders context and instead tells me to use it synchronously. How can I fix that? please help me I've tried to understand the problem but it's going over my head
@mmathems395 Жыл бұрын
Hi Mitch, at 11:15, would the message of the AlertDialog be shown even if no e-mail was sent? I'm thinking there isn't a condition, that it's just the next thing to happen. Is this view accurate please?
@BenGooch7 Жыл бұрын
Because it's in the catch portion of the try block, it'll only show if the FirebaseAuth call returns a FirebaseAuthException. The line "} on FirebaseAuthException catch (err) {" is only triggered if there's an error of type FirebaseAuthException.
@mmathems395 Жыл бұрын
@@BenGooch7 Hi Ben, thank you for your response. You have been understood : )
@RickyAndresen Жыл бұрын
Hello, I would like to ask, why when I put a wrong email, I still get the password reset link despite the email not registered in firebase auth? thank you for the awsome tutorial!
@zacklaviev7649 Жыл бұрын
Hi, I have the same thing. Have you got the solution?
@lukecragg200710 ай бұрын
@@zacklaviev7649 If you are still getting this issue it is likely due to your app being created after September 2023. Firebase enabled email enumeration by default on all projects after this time. This is to stop email enumeration attacks. You can disable it manually in the Firebase Authentication User actions settings, but this opens your app up to security risks so it's not advised. However, if you do turn it off then the catch statement will work, but like mentioned, not advised for production level apps
@memass11116 ай бұрын
@@zacklaviev7649 yo dude you know how fix that?
@astralyd6 ай бұрын
I found an article that said they had removed the error for security reasons, so attackers couldn't guess emails, so I just wrote “we've sent you a link to reset your password if your email exists”.
@maxc94328 ай бұрын
I didn't get any error when I entered a fake email, why?
@Manishkumar-wt9tf7 ай бұрын
did you get any solution bro?
@astralyd6 ай бұрын
I found an article that said they had removed the error for security reasons, so attackers couldn't guess emails, so I just wrote “we've sent you a link to reset your password if your email exists”.
@VTechBroLive2 жыл бұрын
you are working good, but please add a password hide/show toggle icon in textfield.
@createdbykoko2 жыл бұрын
Good point ✌🏾 let’s add that one in the next video 👨🏽💻
@ejju4323 Жыл бұрын
great tutorial 🔥❤
@prakruthipudupa444711 ай бұрын
Thank you Mitch!!! It helped me complete my login page.
@ardacopur673710 ай бұрын
Yes, I can do this, but I cannot ensure that the new password entered updates the password in the database? how do i do this
@mirzakadric41002 жыл бұрын
Man, I just need to tell you THANKS!❤
@PAKGOV2 жыл бұрын
thanks for amazing tutorials!!!!!
@rvb65162 жыл бұрын
How can I handle sending the user back into the app to set the new password in there instead of a webview? :/
@danylmarie83172 жыл бұрын
Hello I'm new to flutter and I really appreciate your video can you give me an idea what if our clients wants to recover password on the app and not on the link? thank you
@yeryer3162 жыл бұрын
For some reason, I don't receive the forgot password email. I've tried to send this manually from Firebase console as well although no luck. Any idea why this is happening?
@dishagupta62312 жыл бұрын
Try this...... import 'package:firebase_auth/firebase_auth.dart'; // ... final FirebaseAuth _auth = FirebaseAuth.instance; // ... Future resetPassword(String email) async { try { await _auth.sendPasswordResetEmail(email: email); // Password reset email sent successfully } catch (e) { // An error occurred while trying to send the password reset email } }
@فؤادانور-ز2د Жыл бұрын
ياخ انت مبدع ياخ🤩🤩
@createdbykoko Жыл бұрын
💜
@mauriciotorres25959 ай бұрын
Good tutorial ❤
@juanibocchi9979 Жыл бұрын
Is there a way to avoid multiple calls on the resend? I mean if I click 10 times I've got 10 emails. thanks!!
@saddamwassan8972 жыл бұрын
thanks mitch your doing great work my app is running properly but firebase doesn't send reset password email
@thushankalana4940 Жыл бұрын
Thank you so much Sir❤❤❤🤝🙂 Great work 🔥🔥
@amjadzayed56512 жыл бұрын
smart , clear and fast , many thanks
@Life_in_indonesia_vlog2 жыл бұрын
nice tutorial.....conecpt clear and easy ...thanks bro :)
@labudsoft Жыл бұрын
you're killing us with the ads. I have no problem with ads at the start and end but you run an ad every 3 minutes in the video it completely breaks our concentration
@markandjava1282 Жыл бұрын
It is Google who is assaulting and exploiting your brain space, not Mitch... Mitch has zero control over how (or when, what, etc.) the ads are being served.
@BenBaffoe6 ай бұрын
Please what font did you use
@eliuddyn2 жыл бұрын
This is amazing bro... 🔥🔥 Thanks
@createdbykoko2 жыл бұрын
no problem eliuddy! 🔥🔥🔥
@Pov_India Жыл бұрын
Nice tutorial ❤
@mar10852 жыл бұрын
Thanks, that's really good content 👍
@uzairalikhan92882 жыл бұрын
love man please dont stop making videos am your student can you pleas add validation to this login page and register page please please please
@Maoz85 Жыл бұрын
Great tutorial..! Your Explanations on each step and the little remarks you give here and then are very helpful. Thank you (From Israel :)) gotta close the brackets.....
@BeaconofHopeNetwork2 жыл бұрын
what about sending OTP to mobile number instead of sending to email for password reset?
@createdbykoko2 жыл бұрын
yeah we can do that soon :) I want to make a video for phone number soon
@sardsiders68622 жыл бұрын
hi my web app and android emulator works fine but my apk file that installed on my phone is not connecting to firebase . when im try to sign in or up this error pops up:[firebase_auth/unknown] com.google.firebase.j:an internal error has occurred.[json conversion failed! ] failed to parse error for string[ Error 403 (Forbidden)!!1 ...]
@prasertpromvong30312 жыл бұрын
Yes, just finish this project. Fail 2 times. And i restart again and again but your course not boring.
@createdbykoko2 жыл бұрын
Congrats!! That’s amazing ❤️
@edilsonroque66919 ай бұрын
THEEEEE BEST
@maismail8499 Жыл бұрын
thanks Mitch you are great
@mugiwaranocoder2 жыл бұрын
Hello ! I really like your videos. And please can you make a video about how to register other informations like name, age or phone number in the sign up page ? That would be cool
@createdbykoko2 жыл бұрын
This will be my video tomorrow :)
@LoupReg2 жыл бұрын
Thanks! This video goes to favorites. And I take a sub
@HoLoGraM_232 жыл бұрын
thank you so much!!!😁
@createdbykoko2 жыл бұрын
no problem ❤
@juniorngomajose94542 жыл бұрын
Thank You Mitch
@createdbykoko2 жыл бұрын
my pleasure Mr Jose :D
@lasal78209 ай бұрын
Awesome!!
@roninspect4357 Жыл бұрын
thanks a lot man!
@arthurjose733911 ай бұрын
I have one problem if i enter wrong password it so saying email sends please help me
@Manishkumar-wt9tf7 ай бұрын
did you find any solution?
@Coldcorn2 жыл бұрын
Thank you ,that worked
@meganova609 Жыл бұрын
lol they really did make code in one line
@makecodework4187 Жыл бұрын
well done! Cool!
@fahadnoor41292 жыл бұрын
thank you🥰🥰🥰🥰🥰
@dearjovic4434 Жыл бұрын
thanks
@TECStudy2 жыл бұрын
thank you
@hannan.401 Жыл бұрын
thank of video🥰
@artem-ai Жыл бұрын
Thank you very much
@shansalaayodya81492 жыл бұрын
❤
@createdbykoko2 жыл бұрын
❤️
@lucasantoniodev2 жыл бұрын
@taz10122 жыл бұрын
Ive added a catch error and show dialog to Login Page for when user accidentally adds wrong password when signing in. Currently its freezing the app. Future signIn() async { try { await FirebaseAuth.instance.signInWithEmailAndPassword( email: _emailController.text.trim(), password: _passwordController.text.trim()); } on FirebaseAuthException catch (e) { print(e); showDialog( context: context, builder: (context) { return AlertDialog( content: Text(e.message.toString()), ); }); } }
@ataberkcinetci1648 Жыл бұрын
any solution for this ??? I am troubling the same issue right now
@seven-tq7jr2 жыл бұрын
you are amazing, you got a discord?
@createdbykoko2 жыл бұрын
i don't have a discord, but it's been on my mind to make one. Should i?
@seven-tq7jr2 жыл бұрын
@@createdbykoko yessir
@AkramCh-cv9zl Жыл бұрын
showDialog( context: context, builder: (context) { return AlertDialog( content: Text(e.message.toString()), ); }); when i write this there is an error in context: "context",
@flutter_cavalieri Жыл бұрын
Hi Akram, you should convert StatelessWidget to StatefulWidget