It is definitely coming, i love your tutorials and the explanations, and you have just given me more zeel to make flutter and dart my default programmming language.
Great tutorial! People want tutorials about these kind of things, that are shared across multiple apps, such as the login functionality. Well done Koko 👌🏻
Welcome bro 💜 you should check out my latest videos, i made more of an update to the firebase series. Let me know if u have any questions or need some help 🔥👍🏽👨🏽💻
I've been following your tutorial for flutter x firebase. Thanks for the tutorial. Anyway, how do you validate the user? Where do I find your video regarding the validating user? Thanks in advance!
Hey, thanks for this amazing tutorial , but I'm getting error here it says "call Firebase.initializeApp " but we called this in our main page then how i'm getting this error , do I need to initializeApp in this page also.
Hi bro during clicking sign in button I m facing a console error which is "ignoring header x firebase locale because its value was null"....Please suggest me the solution...
Brother as in your tutorial you have used 2 screens one for login and other for signup and i have 3 screen like login , signup & onboarding login screen i want to use onboarding screen too but i am not able to do it as in the code logic When app runs splash screen with show us and after that it will check whether user is lodged in or not if he is loged in he will be send to homepage other wise he will be send to authpage where he would be send to login or signup But i want to add onboarding screen also when the user is not loged in. Can you help me how to do that
Sign up, and sing in buttons work, i can see in firebase, but they don't leed to the home page i followed step by step and can't find the error, can someone help?
SUPER AMAZING VIDEOS BRO!!! your voice is cool too and the way you put the outcome of the video in the intro is a really nice concept, very cool, i just for some reason cant get the colors package to work
hi mitch thank you so much for your GREEAT vedio, unfortunately iam facing a problem with my buttuns everytime i press Sign in or out it gives me ( Notifying auth state listeners about user) this error can you plz help :(
Hey Mitch! I'm not sure if you'll see this but I've been following along with these tutorials and they've been super helpful! I noticed whenever I implemented the signUp feature, it no longer directs back to the homepage for signing in despite accurately registering new users in the Firebase. Any ideas on how to fix this? Thanks!
Hey not sure exactly what the issue is for you but i recently made a new authentication series covering similar stuff th-cam.com/play/PLlvRDpXh1Se4Ceivpg8KrGvzb8BL9BHwo.html
hey , i copied the code and there isnt any error showing but the pages are still not getting toggled :// is there any part of the video which i should chk again?
Normally if ep 2 git code is not working, try pulling code from ep 3. Cause it would have been updated. If still got issue check if Ur config is set up properly.
Hi Mitch🙃 My problem is that whenever I click on the signIn() or signUp() button respectfully, for some reason it does not return the HomePage(). My guess is that my Firebase was not set up correctly, or it could be something else that I don't know off🤷♀ PS: You are a great teacher🙃
Bro at 2:01 when i add the "showRegisterPage" in gesture detector on tap it throws an error and in the blub icon it show to create a local variable with the name "showRegisterPage" i have even added the finalvoidcallback method and the same error come when i make "showLoginPage" method in registerscreen. can you tell me why is it happenign
in this part of the code: bool passwordConfirmed() { if (_passwordController.text.trim() == _confirmpasswordController.text.trim()) { return true; } else { return false; } } How can I put a message when the user enters the passwords and the passwords do not match?
💬 Chat App w/ Notifications • mitchkoko.gumroad.com/l/ChatAppMasterclass
📱 Flutter Masterclass • mitchkoko.app/
🔥 I'm coding a startup.. www.patreon.com/mitchkoko
Sure
Sure
why not
It is definitely coming, i love your tutorials and the explanations, and you have just given me more zeel to make flutter and dart my default programmming language.
I was looking for a firebase tutorial and you delivery was great! Love the explanation.
yay glad it helps!
Great tutorial! People want tutorials about these kind of things, that are shared across multiple apps, such as the login functionality. Well done Koko 👌🏻
thanks👌🏻👌🏻 glad it helps :D
simply , best, easy to learn ....
i love it bro......
❤️❤️❤️ glad it helps :D
I find what is pretty much gold in this channel
Welcome bro 💜 you should check out my latest videos, i made more of an update to the firebase series. Let me know if u have any questions or need some help 🔥👍🏽👨🏽💻
As always informative ❤️
Thanks Aakash😛
Wah channel mantep iki, lumayan sinau form login pake firebase buat kebutuhan skripsi hihi
Another amazing video Mitch! Thank you!
type 'List' is not a subtype of type
'PigeonUserDetails?' in type cast
Can You do a sign up with user also uploading his profile photo or choosing a profile photo from gallery
Try correcting the name to the name of an existing getter, or defining a getter or field named 'stream'.
I've been following your tutorial for flutter x firebase. Thanks for the tutorial.
Anyway, how do you validate the user? Where do I find your video regarding the validating user? Thanks in advance!
This is a great series. Thank you.
Hello, thanks for the awesome video. Could you please do a video on sign up email and verification before moving on to the home screen?
You've got your way to earn my subscription
Thanks Koko
clean flutter guide!
Very determined thanks for your time you put such great content
hey abdiaziz thank u, your comment means a lot❤️
is it possible to disable automatic login with creatingwithpasswordandemail method? love ur videos
Why when I register, it doesn't go to the homepage while when I log in, it still goes to the homepage
I have this doubt?, Why cant i just use navigator for switching between login and register_page, Please reply
Hi Mitch
at the moment of clicking the "register" button I want to show a message on the screen that says "Successful registration".
how can I do it?
greate tutorial thanks.I have a question why dont you just navigate when click registerPage
Great tutorial, I think you have missed the validation and error handling parts. It will be great if you include that too.
Your lecture is easy to understand. awesome. Thank you.
Hey, thanks for this amazing tutorial , but I'm getting error here it says "call Firebase.initializeApp " but we called this in our main page then how i'm getting this error , do I need to initializeApp in this page also.
in auth page build is showing with red underline..plz help !
Me 2
And would their be any video in which textfiled would be validated
Awesome dude 😎❤️❤️
❤️ 😎😎😎😎
Hi bro during clicking sign in button I m facing a console error which is "ignoring header x firebase locale because its value was null"....Please suggest me the solution...
Thank you sir you teach me how to do a simple task in a difficult way
haha
It showing error saying exception (core /no app)on fire base(default)has been created
you make a very good sessions.
thanks thomas ❤️
how can we register user with user details like user name , gender, or something similar.
coming in my next video
Brother as in your tutorial you have used 2 screens one for login and other for signup and i have 3 screen like login , signup & onboarding login screen i want to use onboarding screen too but i am not able to do it as in the code logic
When app runs splash screen with show us and after that it will check whether user is lodged in or not if he is loged in he will be send to homepage other wise he will be send to authpage where he would be send to login or signup
But i want to add onboarding screen also when the user is not loged in.
Can you help me how to do that
instead register with email only, is it possible to add username too?
Sign up, and sing in buttons work, i can see in firebase, but they don't leed to the home page i followed step by step and can't find the error, can someone help?
Did you figure this out? My sign in leads to the dashboard but the sign up stays on the same page despite registering new users on Firebase
great tutorial!!
❤
SUPER AMAZING VIDEOS BRO!!! your voice is cool too and the way you put the outcome of the video in the intro is a really nice concept, very cool, i just for some reason cant get the colors package to work
hi mitch thank you so much for your GREEAT vedio, unfortunately iam facing a problem with my buttuns everytime i press Sign in or out it gives me ( Notifying auth state listeners about user) this error can you plz help :(
Thanks for the video
💜 no problem!
hi may i know where did you get that import firebase tutorial main page. dart
thanks, very clear tut. keep it up
👌👌👌👌👌👌 indeed very good progress
👨🏽💻❤️ yayy r u enjoying it?
thanks dude for these magnificent tutorials love from Pakistan😍
Glad you like them!
Gw suka cara ngejelasinnya
Hey Mitch! I'm not sure if you'll see this but I've been following along with these tutorials and they've been super helpful!
I noticed whenever I implemented the signUp feature, it no longer directs back to the homepage for signing in despite accurately registering new users in the Firebase. Any ideas on how to fix this? Thanks!
Hey not sure exactly what the issue is for you but i recently made a new authentication series covering similar stuff th-cam.com/play/PLlvRDpXh1Se4Ceivpg8KrGvzb8BL9BHwo.html
@@createdbykoko Watching rn, thanks a bunch
@@ughminabro worked??
how you do this kind of Intros with phone animation ???
i still can sign up even i dont fill in for the comfirm password or the comfirm password is wrong
hey , i copied the code and there isnt any error showing but the pages are still not getting toggled :// is there any part of the video which i should chk again?
Normally if ep 2 git code is not working, try pulling code from ep 3. Cause it would have been updated. If still got issue check if Ur config is set up properly.
Big fan.
thank u ❤️
Thank you❤❤❤
Love you bro 😘😘😘
🥰
thanks for a great video .it helped a lot
No worries, glad it helped 👨🏽💻❤️
amazing
Hi Mitch🙃
My problem is that whenever I click on the signIn() or signUp() button respectfully, for some reason it does not return the HomePage(). My guess is that my Firebase was not set up correctly, or it could be something else that I don't know off🤷♀
PS: You are a great teacher🙃
The same thing is happening to me lol did you figure it out by any chance?
did you write "widget.showRegisterPage(); " with brakets? "()"
@@ughmina Are you getting any console errors?, if you set it up exactly like him and its not working maybe you need to check Firebase
@@daumienebi Oh, I fixed it a while ago. Thanks!
@@ughmina Can you get me a answer for this problem
Bro at 2:01 when i add the "showRegisterPage" in gesture detector on tap it throws an error and in the blub icon it show to create a local variable with the name "showRegisterPage" i have even added the finalvoidcallback method and the same error come when i make "showLoginPage" method in registerscreen.
can you tell me why is it happenign
hello, did you add the constructor? 01:42
Yes, i have added the constructor same way as you have added
this was my code
class login_screen extends StatefulWidget {
final VoidCallback showRegisterPage;
const login_screen({Key? key, required this.showRegisterPage })
: super(key: key);
Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text("Don't have an Account?"
),
GestureDetector(
onTap:Widget.showRegisterPage,
child: Text(
'Sign Up',
style: TextStyle(
color: AppColors.secondary,
),
),
),
],
)
@@MrKratosYT look at 1:49. You have to put your UI (rows and stuff) in the loginpageSTATE not in the stateful widget. Please look carefully
Bro its their Only i trimed the code here
how can i login with admin?
great done>
Noice ❤️
nooiice aman ❤️
waiting for your next validation password and confirmed password
bro plase share github link of login and sign up pages
where can i find the github link of those pages?
❤
❤️❤️
😱🙏🏻
Bro reply my ans
in this part of the code:
bool passwordConfirmed() {
if (_passwordController.text.trim() ==
_confirmpasswordController.text.trim()) {
return true;
} else {
return false;
}
}
How can I put a message when the user enters the passwords and the passwords do not match?
Hey I will help you. But could you first tell me what your idea is on how to answer your own question first? ❤️
tutorial for flutterfire_ui
i had a look at flutterfire_ui, it looks interesting