🔒📱 Email Login & Logout • Flutter Auth Tutorial ♡

  Рет қаралды 162,665

Mitch Koko

Mitch Koko

Күн бұрын

💰 I'll develop your MVP app: mitchkoko.app/mvp
📱 Code: mitchkoko.app/
🎓 Flutte Beginner Course: • 📱 FULL Flutter Beginne...
💌 Email: business@mitchkoko.app
~;
/ createdbykoko
/ createdbykoko
/ createdbykoko
/ mitchkoko
~;
This is the second tutorial in this Flutter Authentication series, where we are going to use Firebase to login and logout with email. The next tutorial will be on Apple and Google sign in.
FLUTTER AUTH PLAYLIST:
1 • 📱 Modern Login UI • • 🔒📱 Modern Login UI • F...
2 • 📱 Email Login & Logout • • 🔒📱 Email Login & Logou...
3 • 📱 Email Sign Up • • 🔒📱 Email Sign Up • Flu...
4 • 📱 Google Sign In • coming soon..
5 • 📱 Apple Sign In • coming soon..
FIREBASE x FLUTTER AUTH DOCUMENTATION • firebase.googl...
If you need more help with setting up FlutterFire CLI, watch this: • Flutter Firebase Setup...

Пікірлер: 195
@createdbykoko
@createdbykoko Жыл бұрын
💬 Chat App w/ Notifications • mitchkoko.gumroad.com/l/ChatAppMasterclass 📱 Flutter Masterclass • mitchkoko.app/ 🔥 I'm coding a startup.. www.patreon.com/mitchkoko FLUTTER AUTH PLAYLIST: 1 • 📱 Modern Login UI • kzbin.info/www/bejne/epmQlIeHf8yAY7M 2 • 📱 Email Login & Logout • kzbin.info/www/bejne/lWS6Xn2rfrt5osk 3 • 📱 Email Sign Up • kzbin.info/www/bejne/p525m2Bmq9WUjZI 4 • 📱 Google Sign In • kzbin.info/www/bejne/Z4abkICnZraXjpY FIREBASE x FLUTTER AUTH DOCUMENTATION • firebase.google.com/docs/auth/flutter/password-auth If you need more help with setting up FlutterFire CLI, watch this: kzbin.info/www/bejne/aZ3WgWSgj7OkoKc I hope this helps you ✌🏾❤
@muhammadfaraz3697
@muhammadfaraz3697 Жыл бұрын
Great! Excited for that.
@izuku3132
@izuku3132 Жыл бұрын
can't waitt
@kradron
@kradron Жыл бұрын
I liked you all videos
@kradron
@kradron Жыл бұрын
please, i dont get int type from fireStore FutureeditAge(int Age) async{ } MyTextBox( text: userData['Age'], sectionName: 'Age', onPressed:()=>editAge('Age') ),
@osmigtorres2333
@osmigtorres2333 4 ай бұрын
im doing exactly what youre doing, at the moment i put email and password and hit sign in it doesnt do anything, i need help, i've reviewed the lines and they are just like yours
@gregoryam
@gregoryam 8 ай бұрын
If you're not getting the error messages in your console: Google has added email enumeration protection, which you will need to turn off (Not recommended), because attackers may try to see if your app has that email address associated with your app. There's no way to see (if this is enabled) if the password or email is incorrect as it will only print invalid-credential to the console if you use " else {print(e.code)} ".
@MMR20
@MMR20 6 ай бұрын
thank you lol I was wondering why no error message was being displayed
@xudayfitechoffiaicl5125
@xudayfitechoffiaicl5125 Ай бұрын
thank you so much pro
@itsahmed-dev
@itsahmed-dev Жыл бұрын
To deal with 'Do not use BuildContexts across async gaps' error write code line with context problem like this if (mounted) Navigator.pop(context); or if (!mounted) return; before that line.
@sacrafixe6822
@sacrafixe6822 Жыл бұрын
what doest mounted do doest it tells you current active state?
@GabrielleMutunda
@GabrielleMutunda 5 ай бұрын
Hiiiii, I don't know why this part of my code is not working if (e.code == 'user-not-found') { //pop up wrong email wrongEmailMessage(); } else if (e.code == 'wrong-password') { //pop up wrong password wrongPasswordMessage(); // ignore: use_build_context_synchronously } The Alert dialog box doesn't show up at all and I don't know why, I'll be glad to get help! Thanks.
@rfiuwwinlye7453
@rfiuwwinlye7453 5 ай бұрын
if (e.code == 'wrong-email') { wrongEmailMsg(); } else if (e.code == 'wrong-password') { wrongPasswordMsg(); change to : }if (e.code == 'invalid-email') { wrongEmailMsg(); } else if (e.code == 'invalid-credential') { wrongPasswordMsg(); }
@rfiuwwinlye7453
@rfiuwwinlye7453 5 ай бұрын
credit to someone below
@GabrielleMutunda
@GabrielleMutunda 5 ай бұрын
@@rfiuwwinlye7453 Thanks a lot it's working now!
@mysticalevents-y4i
@mysticalevents-y4i 8 ай бұрын
Thank you for the wonderful video. I have run the code and the UI is launched fine. Log in is working. But the Wrong email and Password check is not working. It doesn't even print the message on console or show on alert dialog. Any pointers will be helpful.
@AndreasBisaNgoding
@AndreasBisaNgoding Ай бұрын
did anyone have issue with wrong email/password notification not working?
@RishabShrestha
@RishabShrestha 5 ай бұрын
Bro i dont know what i di wrong but after clicking the login button it logs in but i have to press the back button
@Cpmille
@Cpmille 11 ай бұрын
Most excellent videos man! I have enjoyed all of them I've seen so far. I had an issue with the wrong password alert. It seems that maybe the documentation has changed since you made this video. When I printed out e.code to check, it looks like the code 'user-not-found' may be replaced with 'invalid-login-credentials' is the new code to use to account for wrong email or password. This may help some who follow along at a later date. Again great job you are an excellent teacher!
@sakshamavasthi1013
@sakshamavasthi1013 9 ай бұрын
yes it did changed
@siddhikamundada2453
@siddhikamundada2453 9 ай бұрын
Hey There! I am stuck with the similar issue and tried what you suggested but it's still showing the loading circle and not the pop up message Can you help me with this one? Thank you!!
@clixt984
@clixt984 Жыл бұрын
So far so good man! I'm a Flutter noob but do have some experience with front-end dev. You make learning Flutter "chill". Looking forward to watch more of your Flutter tutorials! PS: I did encounter issues with flutterfire not adding the firebase_core: ^2.13.0 to the pubspec.yaml. Maybe because I had it open? Either way it's an easy fix.
@studentgaming3107
@studentgaming3107 Жыл бұрын
dude i like your videos but you are going way too fast also i tried that damn firebase i just keep getting errors. no thanks to you i fixed it keep in mind when making videos dont skip parts, you can code but cant put up a video so 1/5 rating for you boyyy
@ashmaei
@ashmaei 10 ай бұрын
*HELP* This message appeared "Initial task failed for action RecaptchaAction(action=signInWithPassword)with exception - The supplied auth credential is incorrect, malformed or has expired." instead of 'Error' popup.
@CodingMakesMeHappy
@CodingMakesMeHappy 9 ай бұрын
Same issue wt to do
@ashmaei
@ashmaei 9 ай бұрын
@@CodingMakesMeHappy I think its error linked with firebase configuration
@CodingMakesMeHappy
@CodingMakesMeHappy 9 ай бұрын
@@ashmaei do u solved this?
@ashmaei
@ashmaei 9 ай бұрын
​@@CodingMakesMeHappyIn the if else condition, I just changed from 'user-not-found' to error that firebase show for ex. 'invalid-email'. You can watch his next tutorial how to make app pull of type of error.
@ashmaei
@ashmaei 9 ай бұрын
​​@@CodingMakesMeHappyAnd in my code I just change the Error widget from *ShowDialog* to *SnackBar* to make it clean and simple.
@AlexSison-jt2uc
@AlexSison-jt2uc 4 ай бұрын
Hey Mitch. Alert Dialog message functions wont appear. Tried researching but no luck.
@anik_uddin_
@anik_uddin_ Жыл бұрын
when I press login nothing happens however when I run hot reload then the auth page does its job and navigates to homepage. how do I fix this?
@bonganelebopo2657
@bonganelebopo2657 9 ай бұрын
Got the same issue.
@bonganelebopo2657
@bonganelebopo2657 9 ай бұрын
Make sure when you run flutter configure you've correctly selected the platform you're going to use.
@sabarinathan2461
@sabarinathan2461 8 ай бұрын
​@@bonganelebopo2657 got the same issue right now did you found how to solve this iissue?
@sabarinathan2461
@sabarinathan2461 8 ай бұрын
are you overcame this issue!!?
@itsahmed-dev
@itsahmed-dev Жыл бұрын
Try not using print() in your code instead us debugPrint(). Does that same thing but without any lint warnings.
@createdbykoko
@createdbykoko Жыл бұрын
Ah thanks for that!
@allendsouza340
@allendsouza340 7 ай бұрын
Hey im running into this error towards the end, where i couldnt print either of the errors, and when i moved towards displaying the alert dialog, it just displays a blank screen for either of the errors. How could i fix this?
@siddharth2357
@siddharth2357 Жыл бұрын
thank you for expalining all topic very simple type.😍😉😊🤭
@createdbykoko
@createdbykoko Жыл бұрын
Simple is how I like it 💜 glad it helps u!! how is Flutter going so far?
@siddharth2357
@siddharth2357 Жыл бұрын
My pc is very bad condetion. 💯😭😭
@hooter0055
@hooter0055 Жыл бұрын
I am having an issue with this method. Two of them. One, if I enter something like wrong password, or email, it shows the popup box with the error message, then changes to a white background with the loading indicator still. Second. When I successfully continue on, the app I'm working on's home page will flash, then go to a white screen again with the loading indicator. I tried following along the tutorial but doing it on my own, then even tried copy and pasting your code verbatim. Any suggestions? EDIT: I just found if I exit out of the app and reopen it, it will then be at the home page (if I'm using your blank home page "logged in as" template)
@hooter0055
@hooter0055 Жыл бұрын
I added useRootNavigator: false to the showDialog params and it worked for me fine after that.
@eraysona
@eraysona 4 ай бұрын
for you it was 5 min. for me it was literally 1 hour
@CS_34_PRAJAPATI_SACHIN
@CS_34_PRAJAPATI_SACHIN Жыл бұрын
last part of the code is not working.. for try and error.. please help me with that
@YusufAbdiali-o5z
@YusufAbdiali-o5z 8 ай бұрын
same here and the code got no errors that is the bad part
@RishitPankhaniya
@RishitPankhaniya Жыл бұрын
very cool explanation buddy😉, i got error in user logout , screen not navigate to login page if not restart can any help me out?
@danver7629
@danver7629 Жыл бұрын
Hi Mitch, I followed your steps, but when I close the app on my android phone, the user is signed out automatically. Do you know what may be causing this? I do not have this problem with any other app on my phone and on the emulator it seems to work fine. Thank you for your great tutorials!
@durgeshjadhav01
@durgeshjadhav01 Жыл бұрын
bro , if there's someone to copy style in development field .i will choose you . i really enjoy your videos . i really badly want to connect with you
@BlvckBoyGreg
@BlvckBoyGreg Жыл бұрын
Hi Mitch, my name is Gregory. So I've been following your tutorials step by step and they've been helpful but I have little problem. So for my app, I already created a splash screen and I made it the first tihng to appear not auth page. But by doing that, it does not display the auth page and the sign in button isn't clickable as well. But as soon as I change the home to the Auth page on the main.dart file, it works. What should i do? Thank you
@hermanosdt5984
@hermanosdt5984 Жыл бұрын
Same issue, did you solved it?
@UpliftUniverse78
@UpliftUniverse78 8 ай бұрын
I have the same issue as welll. Any fix yet?
@krissie115
@krissie115 Жыл бұрын
Hi thanks for this tutorial I followed another here on KZbin but a major part was skipped and I got confused. Thanks I really appreciate and you have gained a subscribed too!
@createdbykoko
@createdbykoko Жыл бұрын
hey glad it helped you !! :D
@paulocbbf
@paulocbbf Жыл бұрын
Hi, Mitch, thanks for the tutorial! Could you wrap this authentication behind bloc + repository pattern? I'm struggling a lot with this...
@ugochukwuanajemba3117
@ugochukwuanajemba3117 Жыл бұрын
Love the design and explanation is very clear. Can't wait to see the full outcome. Ecommerce is got lots of features to build
@createdbykoko
@createdbykoko Жыл бұрын
Haha yeah let’s see where this goes 😂
@waniaakhann
@waniaakhann 3 ай бұрын
hey there, its a great process learning from your videos and it has been very helpful, but what if i were to have two types of users instead of one? how would i direct myself to each log in accordingly?
@IccyAnime
@IccyAnime 5 ай бұрын
I have some questions - shouldn't the void signUserIn be Future instead? and also probably better to dispose of the controllers great video tho
@apsinghcreations6790
@apsinghcreations6790 19 күн бұрын
can you show keychain access in login form(for save or get autofill email password)
@cehpurushothaman6165
@cehpurushothaman6165 8 ай бұрын
Life Saver thank you so much
@esther_cinephilepourDieu
@esther_cinephilepourDieu Жыл бұрын
Hello i hope you're fine and thanks for this good video. i have a question : when i change my stateless to stateful widget like you i had an erro while you don't have one, and i don't know how to correct it. i have tested many reponses and with that the error i can test my app. the error is : Missing concrete implementation of 'State.build'.Try implementing the missing method, or make the class abstract.
@AllenHegic
@AllenHegic 8 ай бұрын
Same issue, did yu solve it ?
@P_double_H
@P_double_H 8 ай бұрын
Mitch, thanks for your videos. I enjoy them a lot. Did flutter change the way FirebaseAuthException's e.code works? the IF condition that checks for e.code does not work because e.code is not returning "user-not-found", or "wrong-password"... e.code always comes back as "invalid-credential" whether the email incorrect or the password. And when the fields are left empty, it returns "wrong-channel". Another thing I noticed is that e.message always comes back as "The supplied auth credential is incorrect, malformed or has expired."
@P_double_H
@P_double_H 8 ай бұрын
Alright, answering my own question. If you encounter the same issue, it turns out that after September 15, 2023 it seems that Google changed the exception codes that are returned by the FirebaseAuthException class in order to prevent attacks. So, in other words.. you won't get 'user-not-found and wrong-password" from e.code anymore. You could either deal with the more generic e.code value which is "invalid-credential", or you could disable the Email enumeration protection inside the Firebase Auth Settings page. Hope that helps everyone else having the same issue.
@ButterDog11
@ButterDog11 8 ай бұрын
@@P_double_H yea just found that out, its a bummer. any clue how i can find is the email or password is invalid separately?
@PsychoDude
@PsychoDude Жыл бұрын
Hi! After u finish the auth tutorials, will u be able to help us learn how to set the monetization part of an app? for example, only show a certain page if the user is "v.i.p." otherwise it shows another. etc. I know that envolves DBs but the flutter aspect of it would be great! Thanks :D
@21preend42
@21preend42 8 ай бұрын
at 9:46 this didn't work for me at all, i tried so many things, I don't really know why because i am a beginner. I did successfully logged in, but pressing Sign In wouldn't change page. I had the page change to a separate Profile page, instead of home, so maybe that was the issue, maybe the streamer is not checking if the user is logged in properly???, changing the home to AuthWrapper, worked but i didn't want that. I did fix it after i looked it up i think this is what made it work "Navigator.of(context).pushReplacement(MaterialPageRoute(builder: (_) => ProfilePage()));" and some other coding.
@tonymetogo5287
@tonymetogo5287 Жыл бұрын
Good morning! I really like this tutorial. But can you add a feature that when the user registers, the system generates a unique alphanumeric code for each user please.
@itsahmed-dev
@itsahmed-dev Жыл бұрын
Wiggly lines are annyoying. Here's something you can do about it. Open analysis_options.yaml from root of the project and add rules that're annoying that set them to false so linter don't show blue wiggly line ``` rules: prefer_const_constructors: false prefer_const_literals_to_create_immutables: false prefer_const_constructors_in_immutables: false ``` You're welcome.
@prathamgangwal1735
@prathamgangwal1735 10 ай бұрын
flutter otp login please it is so confusing
@mdkamruzzaman7174
@mdkamruzzaman7174 Жыл бұрын
bro.. there is a error red line under , and authStateChanges() not founded. its showing onAuthStateChanges. how can i sove this?
@innerenglish3574
@innerenglish3574 Жыл бұрын
why do 'incorrect email' is displayed as many times as I click on sign in, but 'incorrect password' is displayed only the first time a wrong pass has been inputted, only once, no mater how many times i clicked 'sign in'
@NematJafari-pq4ju
@NematJafari-pq4ju 3 ай бұрын
hi Mitch, any chance you can tell me or create a content showing how to build an admin panel for firebase ?
@aaryatawde2612
@aaryatawde2612 7 ай бұрын
hey mitch!! am getting an error: am using windows version of vs code. in the terminal of vs code as i put the command of flutterfire configure it returns with an exception as follows: "FirebaseCommandException: An error occured on the Firebase CLI when attempting to run a command." it also returns with the error message- "ERROR: The FlutterFire CLI currently requires the official Firebase CLI to also be installed" i have already installed the firebase cli, but still it is giving me the error. please help in resolving this issue.
@boy_negative
@boy_negative 7 ай бұрын
you can fix by you new install beacasue i tryed new install it works or you set path again if i use worse grammar i am sorry beacasue i am thai
@aaryatawde2612
@aaryatawde2612 7 ай бұрын
well thanks for your help @@boy_negative my error got solved as i re-installed the cli
@cameron8791
@cameron8791 Жыл бұрын
Can you do login and registration using provider...?? Please
@createdbykoko
@createdbykoko Жыл бұрын
Absolutely, noted!
@kevalmotisariya1215
@kevalmotisariya1215 Жыл бұрын
Always waiting for your new videos
@createdbykoko
@createdbykoko Жыл бұрын
Haha nice, i’m working hard trying to produce more 👨🏽‍💻❤️
@Lin-bi2rd
@Lin-bi2rd 2 ай бұрын
Nice video, very clear and useful, hope you also do the role based authentication
@Balakrishnan-zx6yx
@Balakrishnan-zx6yx Жыл бұрын
There is one UI issue in your code... When I entered the wrong-email it shows alertBox as "Invalid Email". If I tap on the screen AlertDailog disappers. Upto this, it is fine. But if I again click sign In, AlertDailog didn't appeard after any number of times. Could you please comment about this. Thank you sir.
@Migoo_c
@Migoo_c Жыл бұрын
i have issue too. The AlertBox not showing up, and before AlertBox, I try use 'print' like in 13:35 but not showing in terminal.
@emirhanyarali7050
@emirhanyarali7050 11 ай бұрын
Did you solve it?
@Migoo_c
@Migoo_c 11 ай бұрын
@@emirhanyarali7050 nope
@aishwaryakasthala97
@aishwaryakasthala97 Жыл бұрын
So.. I never read the documentation for firebase.. and I used to add the iOS and Android projects manually.. Thanks for the letting me know about the firebase commands..
@vizallaround
@vizallaround 6 ай бұрын
how does ur build hot reload even with "flutter run"
@javimx771
@javimx771 3 ай бұрын
Thank you for wasting my time. Your GitHub repository is incomplete and missing many files. Additionally, with this configuration, the application produces multiple errors when running. If you are not going to show the complete process, it is better not to make the video, or at least clearly state that it is incomplete so I don't waste my time. Dislike.
@akshatoppp
@akshatoppp 3 ай бұрын
Its because some of you steal his project instead of working
@doctor_no_
@doctor_no_ 2 ай бұрын
Dude just troubleshoot errors!
@LeonardoReyes-ob7hv
@LeonardoReyes-ob7hv Жыл бұрын
Hello, for some reason the loading circle doesn’t go away. It only disappears when I click on the app. How else can I resolve this?
@deathgod_69
@deathgod_69 Жыл бұрын
Hey Mitch at the end can you turn it into a fitness app that has a feature of weight chart that you manually put weight on certain dates and it is represented by a beautiful graph at the end.. and persists. If possible with other features also
@MrAlus3
@MrAlus3 Жыл бұрын
Very very useful, I don't know how to explain it but you only tell us "the needfull" and you do things fast which is very productive, as I need to learn flutter for only a single project, it's perfect for me. Keep it going buddy!
@felipefranco7444
@felipefranco7444 Жыл бұрын
Hey mitch what if the user closes the app in the background what happens with the user it stays logged in what can we do there
@createdbykoko
@createdbykoko Жыл бұрын
Do you want the user to be logged out when the app is closed? That’s possible but not sure if you want the user to log in every time
@felipefranco7444
@felipefranco7444 Жыл бұрын
@@createdbykoko yes if the app is closed in the background and yes the user can login every time.
@felipefranco7444
@felipefranco7444 Жыл бұрын
Hey mitch do you know how to do this my friend will you do a vid? It would be massive thanx by hand
@hck1bloodday
@hck1bloodday Жыл бұрын
Good video man, just a question wouln't having the google logo only as a button to login violates the google trademark? they explicitly say to don't do that
@madharry06
@madharry06 Жыл бұрын
how can you put your name in flutter and email show but sir name is not show please tell
@ZiedMcHarek
@ZiedMcHarek Жыл бұрын
Thank you for the professional video. Just one small thing in the signUserIn method. Here's a small adjustment for deleting the CircleIndicator without warning void signUserIn() async { showDialog( context: context, builder: (context) { return const Center( child: CircularProgressIndicator(), ); }, ); await FirebaseAuth.instance .signInWithEmailAndPassword( email: emailControler.text, password: passwordControler.text) .then((_) { if (!context.mounted) return; Navigator.pop(context); }); }
@DavidOlorunsola-y3o
@DavidOlorunsola-y3o 9 ай бұрын
I really love your tutorials, but can you be more detailed.
@thomazbotelho
@thomazbotelho Жыл бұрын
Hi Mitch! Thanks for the tutorial. In the end... when I have the dialogs of wrong email / wrong password... after I click it to dismiss... I'm yet having the CircularProgressIndicator. It's only dismissed when I log in. Could you help me?
@taiwotolulope5077
@taiwotolulope5077 11 ай бұрын
wonderful tutorial man but the alert dialogue doesnt seem to show up at the try and catch part any suggestions please?
@GemPuzz
@GemPuzz 6 ай бұрын
Mitch koko is cute asian man and has a calm voice. This video made me fall asleep while working 😂💓. Thank you for the tutorial
@addinannas7909
@addinannas7909 Жыл бұрын
helloo koko.., i just want to know if we put the authentication firebase and firebase hosting do we need to redo 2 times of the json file?
@Alzari
@Alzari Жыл бұрын
Amazing 🤩 it came right on time ❤ thanks for your great efforts
@amruthmr7001
@amruthmr7001 Жыл бұрын
hiii nice tutorial i copied exactly how u where doing and everything works properly, except after i clicked the signin button its not going to the homepage but the terminal shows its has connected to the firebase correctly and also shows my user id how can i solve this?????
@nieall
@nieall Жыл бұрын
Same with me huhu
@blekbomor
@blekbomor Жыл бұрын
Hey mitch how did you make it so when you click on the Sign Up button it sends you to the home page?
@HieronimKsaweryKowalski
@HieronimKsaweryKowalski Жыл бұрын
Thanks for the tutorial! It explains things very well. I would be very happy if you could explain REST API (php) authentication as well. I bet there are many php backends out there that could be used with flutter apps and for sure there are many people interested in this area... I am one of them :)... please consider adding REST API (php) authentication tutorial.
@ghadasaeed1492
@ghadasaeed1492 4 ай бұрын
I keep on getting this code error and I have already followed the steps to connect Firebase to my app, Any Idea how to solve it ?? What went wrong: Plugin [id: 'com.google.gms.google-services'] was not found in any of the following sources: - Gradle Core Plugins (plugin is not in 'org.gradle' namespace) - Plugin Repositories (plugin dependency must include a version number for this source)
@muhammadatif3666
@muhammadatif3666 Жыл бұрын
bro i cant understand auth please new video step by step
@furkanarc2hotmail
@furkanarc2hotmail Жыл бұрын
If you take error 11:00 you can use this row : "LOGGED IN AS : ${user?.email}", Thanks Mitch.
@jayr7505
@jayr7505 Жыл бұрын
thx man
@sirk3v
@sirk3v Жыл бұрын
any chance you could make a tutorial for auth without firebase?
@createdbykoko
@createdbykoko Жыл бұрын
Yeah i could in the future videos. Any suggestion for which service to use?
@sirk3v
@sirk3v Жыл бұрын
@@createdbykoko say something like a custom server or API endpoint
@healdesk5649
@healdesk5649 Жыл бұрын
can you make the same tutorial with nodejs please?
@osmigtorres2333
@osmigtorres2333 4 ай бұрын
Im not sure why it did not generated the firebase_options.dart file someone help me please!
@21izah
@21izah Жыл бұрын
Can't wait for Google signing 🥰....and your last read you covered reading and displaying all ids and their corresponding data, would love it if you can do one on reading and displaying for just the user data..... Dat way one can learn to manipulate d data which ever way he wants.....
@bhanukadasanayaka3457
@bhanukadasanayaka3457 Жыл бұрын
can you make tutorial about both vertical and horizontal list view app
@azeemr0155
@azeemr0155 Жыл бұрын
in next video in this series... teach us : a profile page for the loggedin user.
@angelou8633
@angelou8633 5 ай бұрын
what if there are two user?
@kenalcantara1269
@kenalcantara1269 Жыл бұрын
bro, how i can fix bottom overflowed by 306 pixels what should i do?
@AlexSison-jt2uc
@AlexSison-jt2uc 4 ай бұрын
wrap your main column widget with Scrollview
@usefullthings102
@usefullthings102 Жыл бұрын
your tutorails are owsome. i like them. i have learned many things from your videos thank you so much for your hard work
@adilahusin
@adilahusin Жыл бұрын
Thanks for the tutorial, clear and thorough explanation, especially for newbies and students like me! Also, thanks for sharing the source code, that way I can analyze and refer my code to yours if there are any issues.
@muhammadfaraz3697
@muhammadfaraz3697 Жыл бұрын
Amazing as always
@createdbykoko
@createdbykoko Жыл бұрын
Hey Muhammad! how's Flutter going for you so far?
@pastortalkingpencil
@pastortalkingpencil 6 ай бұрын
thank you brother! all your videos are simple, logical and easy to comprehend!!! more grace bro
@brindusanraul6571
@brindusanraul6571 Жыл бұрын
How do i login into firebase from VsCode? Im stuck there
@createdbykoko
@createdbykoko Жыл бұрын
Hello, did u follow the first 2 mins of the video? Let me know more information about your problem and I can try to help u out
@thecodelogin
@thecodelogin Жыл бұрын
where is source code for authentication?
@sandipsherpa6319
@sandipsherpa6319 Жыл бұрын
Can you do login and registration using provider...??
@tejasdashpute1787
@tejasdashpute1787 9 ай бұрын
can you please make a tutorial that how can we handle wrong password exception as whenever someone tries to enter wrong password then it hang up the app so please make over it or help me regarding it
@revanth55322
@revanth55322 Жыл бұрын
getting a error streambuilder
@cashtonholbert4515
@cashtonholbert4515 Жыл бұрын
me when I found this tutorial @11:57
@jenjiliv2659
@jenjiliv2659 11 ай бұрын
cant see the log on my win11, how ?
@Mehaboobhpt
@Mehaboobhpt Жыл бұрын
Awesome bro. It helped me a lot.
@createdbykoko
@createdbykoko Жыл бұрын
❤️
@munir2010able
@munir2010able Жыл бұрын
Can i use PHP to authenticate with this same code?
@obong_samjoe
@obong_samjoe Жыл бұрын
had issues with the flutter core
@agustinmarzioni5216
@agustinmarzioni5216 8 ай бұрын
ESTE VIDEO ME FUE INCREIBLEMENTE UTIL GRACIAS TE AMO
@kheprago
@kheprago Жыл бұрын
Is it possible to make this with Hive db?
@createdbykoko
@createdbykoko Жыл бұрын
Of course! however hive is used for local storage. This video was about authentication. What is your question exactly? 💜💜
@kheprago
@kheprago Жыл бұрын
@@createdbykoko wanted to make simple fitness tracker, so I chose Dart + Flutter + Hive. And I wanted to implement something like "login with profile" functionality using local DB
@createdbykoko
@createdbykoko Жыл бұрын
@@kheprago nice! Good luck with that! Let me know how it goes💜
@deathgod_69
@deathgod_69 Жыл бұрын
Nice and Clean The Guide God ❤️
@createdbykoko
@createdbykoko Жыл бұрын
❤️❤️
@LagoonLofi
@LagoonLofi Жыл бұрын
Amazing set of tutorials
@createdbykoko
@createdbykoko Жыл бұрын
Thanks liam💜
@dendroid4389
@dendroid4389 9 ай бұрын
thanks a lot great tute yo yo
@MarufjonovDev
@MarufjonovDev Жыл бұрын
can you give me the code?
Жыл бұрын
thanks for the tutorial, can't wait the next one :)
@fadhilivunza
@fadhilivunza Жыл бұрын
Awesome tutorial.
@createdbykoko
@createdbykoko Жыл бұрын
Glad it helps u 👨🏽‍💻❤️
@thushankalana4940
@thushankalana4940 10 ай бұрын
Thank you so much ❤️❤️🤟
@RavientClothing
@RavientClothing Жыл бұрын
Great Tutorial, Thanks a lot!
🔒📱 Modern Login UI • Flutter Auth Tutorial ♡
16:43
Mitch Koko
Рет қаралды 255 М.
小丑妹妹插队被妈妈教训!#小丑#路飞#家庭#搞笑
00:12
家庭搞笑日记
Рет қаралды 38 МЛН
Остановили аттракцион из-за дочки!
00:42
Victoria Portfolio
Рет қаралды 3,9 МЛН
The selfish The Joker was taught a lesson by Officer Rabbit. #funny #supersiblings
00:12
Flutter Firebase Auth - The Cleanest & Fastest Way - IOS & Android
9:58
Flutter Firebase UI Auth: Handle Sign in and email verification - 6
21:32
Flutter Firebase coding
Рет қаралды 74
Build a Login page using Flutter and Firebase
22:41
doctor code
Рет қаралды 108 М.
Flutter Firebase Authentication [2024] The Cleanest Way
23:32
HeyFlutter․com
Рет қаралды 147 М.
📱Login & Logout • Firebase x Flutter Tutorial ♡
12:47
Mitch Koko
Рет қаралды 131 М.
🖥📱RESPONSIVE DESIGN • Flutter Tutorial
8:03
Mitch Koko
Рет қаралды 288 М.
BLoC for Beginners 📱 State Management • Flutter Tutorial
8:44
小丑妹妹插队被妈妈教训!#小丑#路飞#家庭#搞笑
00:12
家庭搞笑日记
Рет қаралды 38 МЛН