👉Join 12 Week Flutter Training: heyflutter.com 👉Join the WhatsApp Channel to get the latest news about Flutter & HeyFlutter: whatsapp.com/channel/0029VaDNCZtC1Fu8nL2vmw3f Source Code: github.com/JohannesMilke/firebase_auth
@slymanyonga7226 Жыл бұрын
I'm unable to get access to source code, i requested but nothing is sent to my email
@ratzule2 жыл бұрын
Johannes -- I always love your videos but this one takes the cake as a fully functional solution that addresses real-world needs and industrial coding concerns. It may have been condensed to 25 minutes or so, but I just spent two days following it and applying everything you illustrated. Fantastic work!
@alexeyantonenko8772 жыл бұрын
You are genius! I've spent two weeks :D
@abbassalman48692 жыл бұрын
can you share the code please
@gsaviary7222 жыл бұрын
@@alexeyantonenko877it will be kind enough if you share your code. Thank you
@danchuksn21612 жыл бұрын
You are a life saver... Thank God 🙏 I just saw this video before starting my next project...
@daumienebi2 жыл бұрын
What's your project about if I may ask?
@harunavictor97432 жыл бұрын
i can't stop thanking you for this amazing content.
@soteriaswings8 ай бұрын
Your videos are absolutely incredible. Without a doubt, they're the easiest to follow and always help me sort any issues that I have! Thank you :)
@HeyFlutter8 ай бұрын
Glad to hear that, Thank you @soteriaswings! 😊
@hasanqasim21822 жыл бұрын
Thank You Brother. I was stuck in this logic for two days.
@bramantawisnu2 жыл бұрын
this is the best list of tutorial I have ever found in youtube, because based on making real project and "User Exprenience Flow" thank you very much Jo.., Very Apreciate
@developerbs9 ай бұрын
Thank you so much for the informative tutorial video. Love from Türkiye
@HeyFlutter8 ай бұрын
Glad you liked it, @developerbs 😀
@programmerg52702 жыл бұрын
how to fix: The getter 'messengerKey' isn't defined for the type 'utils'. Try importing the library that defines 'messengerKey', correcting the name to the name of an existing getter, or defining a getter or field named 'messengerKey'
@BerkPeksel2 жыл бұрын
It must be static if you wanna access. Just like this: class Utils { static final messengerKey = GlobalKey(); static showSnackBar(String? text) { if (text == null) return; final snackBar = SnackBar(content: Text(text), backgroundColor: Colors.red); messengerKey.currentState! ..removeCurrentSnackBar() ..showSnackBar(snackBar); } }
@NorzoTech2 жыл бұрын
@@BerkPeksel thanks i was stuck for a while.
@a.k.z51902 жыл бұрын
Hey i have the same issue, can you tell me how can i fix that ? I try to put static messengerKey and static showSnackBar but i can't see the SnackBar, thanks you very much for you tuto, it's very usefull
@mazharsalam31442 жыл бұрын
@@BerkPeksel this part was there in the code but not showing in the video
@markthrasher45482 жыл бұрын
This truly is a very clean way of implementing the firebase authentication. Thanks for the excellent video!
@HeyFlutter2 жыл бұрын
You are welcome, Mark Thrasher 😊
@moisesbinzie2 жыл бұрын
do the Flutter Firebase *Phone* Authentication the cleanest way, please 😕
@MrMoggz2 жыл бұрын
Great tutorial, loved that you also added forgot password and verify email. I have Subscribed
@HeyFlutter2 жыл бұрын
Thanks, for your support, murage wanjohi! 🙂
@pietervdw2 жыл бұрын
Great video, as always! Please keep the Firebase videos coming
@svitspindler55402 жыл бұрын
Thank you for the video! the line 77 at 6:35 is never shown, could you tell me what it is please?
@HeyFlutter2 жыл бұрын
Hey, Svit Spindler 🙂 please check at 06:33
@arturbd41352 жыл бұрын
21:01 line 88 I was trying the Email Verification Function but I cant see the whole line. Pls Help...
@HeyFlutter2 жыл бұрын
Thanks, also ArturBd! 🙂 please check at 20:53
@augustwanger26512 жыл бұрын
Best programming chanel yet!
@tupato25522 жыл бұрын
Hello, I can not express how much your video helped me. Thank you so moch for your video and your effort, keep up!
@HeyFlutter2 жыл бұрын
Glad to hear that, You are most welcome Tu Pato! 😊
@akshatmodi4843 Жыл бұрын
This is an Absolute Fabulous Video!! Can't wait to learn more. This solved my very long issue to setup authentication.
@HeyFlutter Жыл бұрын
Glad to hear that, Thank you Akshat Modi! 😊
@IRgEEK3 ай бұрын
This video was exactly what I needed. Thanks! Unfortunately, the links in Github to request access to the source are broken. Thank you!
@alizaeri33822 жыл бұрын
Thank you so much. but it doesn't work in iOS devices. can you help me? or have you another doc or video that help me?
@HeyFlutter2 жыл бұрын
Hello, Ali Zaeri! Follow this link: stackoverflow.com/questions/56204740/firebase-phone-auth-flutter-is-not-working-in-some-ios-devices I hope it will solve your problem. Thank You 🙂
@나나나-g2o2 жыл бұрын
Wow, This is the best firebase vedio I've ever watched!
@HeyFlutter2 жыл бұрын
Thank you, 나나나! 🙂
@czerxjagody69962 жыл бұрын
so helpful, i've search many tutorials and i got nothing, thanks for your explanation !
@HeyFlutter2 жыл бұрын
Glad it was helpful, @czerxjagody6996 😀
@mulualemmhretu2 жыл бұрын
Wow what amazing way of teaching and helpful tutorial.keep in it up .
@HeyFlutter2 жыл бұрын
Thanks, for your support, Mulualem Mhretu! 🙂
@eugeniakryzhanovska3056 Жыл бұрын
the best video about fireAuth thank you so much
@HeyFlutter Жыл бұрын
You’re most welcome, @eugeniakryzhanovska3056! 🙂
@canpietaybek2 жыл бұрын
Danke sehr für alles bruder, hasst sehr schön alles erklärt!!
@HeyFlutter2 жыл бұрын
You are welcome, Can Piet!
@theunderworld22342 жыл бұрын
Can you tell me how to set a password in phone number authentication?
@vak-anton Жыл бұрын
6:34 Hi, I still can see "navigatorKey" does not exist in "login_widget.dart" file. Could you tell me where to bring "navigatorKey" value from "main.dart" file (main page) please? Answer by myself -> Just import navigatorKey from main file
@HeyFlutter Жыл бұрын
Thank you, @vak-anton! 🙂
@flutterwithali28382 жыл бұрын
snapshot is the result of the streambuilder, snapshot.hasData means if the stream has a new event (the event = logging in, or the authstate changed) so we go to the homePage
@HeyFlutter2 жыл бұрын
Thanks for your contribution Flutter With Ali
@kareemhemdan18532 жыл бұрын
Fantastic work . keep going Mr Johannes it's perfect
@HeyFlutter2 жыл бұрын
Glad you liked it, @kareemhemdan1853 😀
@dhrubajyotirakshit5 ай бұрын
Hi Johannes, I have 2 questions here 1. Why dont you use the standard packages for login and authentication firebase_ui_auth firebase_ui_firestore firebase_ui_database 2. Suppose your user data is stored in firestore collection called users, then how will you pull those info like first name, last name, imageUrl etc on login
@HeyFlutter5 ай бұрын
Hey @dhrubajyotirakshit 😀 1. The packages you shared are nothing but wrappers over standard libraries. You can go with your likings. There are not any such negatives to use them. 2. Please check out this video to perform CRUD with fire-store: kzbin.info/www/bejne/rWTOo4aKiKygl9k
@dhrubajyotirakshit5 ай бұрын
@@HeyFlutter 1. Clear 2. Thats not what I meant. Imagine, while a new user is registered, I am creating users collection and updating first, lastname and imageUrl. Now, when I login, I need to make a call to this users collection to fetch the data. I cannot pull from Auth. For pulling, one option is to call firebase functions, or what do u suggest?
@miguelbolanos43902 жыл бұрын
12:24 i can´t read the entire line (by the way, it´s awesome that you still replaying messages)
@HeyFlutter2 жыл бұрын
Hey, Miguel Bolaños 🙂 Please check video at 12:08 you can see whole line
@mmathems3952 жыл бұрын
Johannes, your knowledge amazes me and I have wondered, how did this guy know all of this and so much more? Many thanks for sharing, you have saved me and others lots and lots of time. I believe there are some PDF books that you haven't written and published for Amazon and for the Apple bookstore app ... You have the credibility for best sellers. Best wishes.
@HeyFlutter2 жыл бұрын
Glad I could be of help, Thank you so much M Mathems! 😊
@wafaasisalem40492 жыл бұрын
Thank you johannes,, can I ask something? What is the best way for user authentication in flutter..? In our apps what should we use? Depends on what?
@HeyFlutter2 жыл бұрын
Hey, wafaa sisalem 🙂 Here is the priority order for you 1.) Phone Auth 2.) Email Auth 3.) Social Auth
@timrohr84752 жыл бұрын
Thank you for your explanation. Really amazing. I was looking for something like this. The only question I have now is how to implement the routing here?
@HeyFlutter2 жыл бұрын
Thank You Tim Röhr! Follow this link: medium.com/flutter/learning-flutters-new-navigation-and-routing-system-7c9068155ade I hope you will get your answer 🙂
@pasza012 жыл бұрын
best tutorial regarding firebase auth...awesome
@HeyFlutter2 жыл бұрын
Glad to hear that, Thank you ThatPassaGuy! 😊
@ArabiaGroup20232 жыл бұрын
Before I watch, I really love you man! You make everything clear and easy. Please continue firebase store
@elianramirez98602 жыл бұрын
Hi, i am new in flutter, please, i need line 4 at time 12:22, idk what code it is, thanks, excelent tutorial, it helped me a lot c:
@AdityaPandey-vj5ng2 жыл бұрын
static final messengerKey = GlobalKey();
@HeyFlutter2 жыл бұрын
Thank you, Aditya Pandey! 🙂 for helping him.
@vivekbhakhri735 Жыл бұрын
Now that's really the clean way
@HeyFlutter Жыл бұрын
Thank you, @vivekbhakhri735! 🙂
@flutterwithali28382 жыл бұрын
Dispose is used because after you log-in you will be navigated to the home page. In other words, the log-in page state is removed and we no longer need the 2 controllers, thus we permanently remove them by disposing them. Atleast that's how i understand it, correct me if i am wrong pls
@HeyFlutter2 жыл бұрын
Thank You Flutter With Ali! Follow this link: stackoverflow.com/questions/62340987/initialize-variable-inside-initstate-or-just-below-the-class-definition I hope you will get your answer 🙂
@고민-w2w Жыл бұрын
wow ! . fantastic ..my study is will be very long trip ..
@HeyFlutter Жыл бұрын
Great, thank you, @user-zl8zm2re4p! 🙂👍
@andreashafsaas5812 жыл бұрын
Really, really great tutorial. Thanks a lot :D
@HeyFlutter2 жыл бұрын
Thank you, Andreas Hafsaas! 🙂
@aziem4622 жыл бұрын
@@HeyFlutter i went to your source code, i cant access it but i already have sponsored, should i wait?
@agustin31862 жыл бұрын
Can you make a video using auto_route for navigation/routing and implement an Auth Guard..?
@HeyFlutter2 жыл бұрын
Thanks for the idea, Agustin! 🙂 I have added it to my list of ideas for future videos!
@erhnyilmaz2 жыл бұрын
Really wonderful video, thanks to you i understood all of them very well. i will suggest to my friends and i followed you.
@HeyFlutter2 жыл бұрын
Great, thank you, Erhan Yılmaz! 🙂👍
@brexzzy80552 жыл бұрын
Hey Sir! thanks for make this tutorial, but the codes missed on "navigatorKey.currentState!.popUntil((route) => route", what's the next code after route on Sign in future? Thank's
@@atn3855 HEYYYY, thank you so much bro ✌️ u solve my error.. God Bless you!!
@gsaviary7222 жыл бұрын
Please share your source code. I need it now. It'll be very helpful. Thanks
@Mohammadoudat2 жыл бұрын
Gold.... Could you please do the same using CLI
@HeyFlutter2 жыл бұрын
Thanks for the idea Mohammad AlOudat 😀, i have added it in my list of future videos
@fabianm59602 жыл бұрын
At 6:42 is a huge mistake: With the " navigatorKey.currentState!.popUntil((route) => route.isFirst);" you dont check if the Login was succesfull or not. So in every case, we get to the main page, even when we are not logged in.
@HeyFlutter2 жыл бұрын
Hey, Fabian M 🙂 Appreciated!
@saabirmohamed6362 жыл бұрын
Hi Johannes Thank you for your videos, for the setup part running command flutterfire configure...then following from 2:06 would be ok ? , I always mess up something or other when I copy paste all that config
@HeyFlutter2 жыл бұрын
Hey, Saabir Mohamed 🙂 Yes you can continue from shared timestamp
@farhanashari51492 жыл бұрын
Hello. can you help me to fix the problem. When i write the builder (context, snapshot) my project error and the message is "The body might complete normally, causing 'null' to be returned, but the return type, 'Widget', is a potentially non-nullable type, Try adding either a return or a throw statement at the end."
@habeebmakusota40472 жыл бұрын
having an error in the stream builder part 4:17 Err: Type future is not a subtype of type Function?
@HeyFlutter2 жыл бұрын
Thank you habeeb makusota, make sure to follow the tutorial step by step 🙂
@sittididier6852 жыл бұрын
very good video you are the best. I would like to know can you use Firebase for a money transfer application or a social network application?
@sittididier6852 жыл бұрын
@@HeyFlutter thank u so much
@s-wind23982 жыл бұрын
Hi mate! Great video!:) Just one question...is the initial setup you did within the android repo is enough for iOS part as well. Or we need to create or setup some other stuff for iOS repo...Sorry for not very professional question as I am new to Flutter. Thanks
@HeyFlutter2 жыл бұрын
Thank you, S-Wind! 🙂. For iOS you need to make a little bit changes.
@goatsolutions21552 жыл бұрын
Hi Johannes! Thanks for the fantastic video! Do you have any idea to way of create a new account in firebase without logging in? I wouldn't like to to open the user home page as soon as account is created.
@HeyFlutter2 жыл бұрын
Thank You Goat Solutions! Follow this link: firebase.flutter.dev/docs/auth/usage/ I hope you will get your answer 🙂
But if a user wants to sign up with an email, but can't verify that email, doesn't that prohibit the person who the email actually belongs to to make an account on your app?
@HeyFlutter2 жыл бұрын
Thanks, Stef Gijsbregts! 🙂 This is very practical if user is not able to verify email then something maybe wrong at users end. Also you can include other options for login eg. phone authentication, google login, facebook login
@stefgijsbregts70682 жыл бұрын
@@HeyFlutter Great point, thnx!
@sindhavipendrasinh29832 жыл бұрын
I started watching this video on early morning and this is end at 10:30 pm at night 😅
@HeyFlutter2 жыл бұрын
Great, Thank You sindha vipendrasinh
@faridahmadov5991 Жыл бұрын
Thank you so much👍🏼 Please make a video about otp as well
@HeyFlutter Жыл бұрын
You’re most welcome, Farid Ahmadov! 🙂
@gametimermsm2492 жыл бұрын
Hi Johannes, can you please make a video on Flutter Firebase Authentication using Username and Password
@HeyFlutter2 жыл бұрын
Thanks for the idea, GAME TIMER MSM! 🙂 I have added it to my list of ideas for future videos!
@gametimermsm2492 жыл бұрын
@@HeyFlutter And please added how to setup cloud firebase to store username?
@kikokal58102 жыл бұрын
@@gametimermsm249 it already has a built in method called DisplayName that u can use, bu adding in the sign up page a username controller and in the future function adding the line FirebaseAuth.instance.currentUser! .updateDisplayName(usernameController.text.trim()); which you can then access in your app with FirebaseAuth.instance.currentUser!.displayName
@gametimermsm2492 жыл бұрын
@@kikokal5810 Thanks
@yipmong2 жыл бұрын
Hello sir I follow every bit of your lesson but I had issues with the Void dispose() method and the Void initState() method Please help🙏
@HeyFlutter2 жыл бұрын
Thank you, 1000 SUSCRIBERS BEFORE DECEMBER🙏! 🙂. Try to paste the error message with your question whenever you face any issue or error.
@kulithnajika25652 жыл бұрын
Great tutorial. When you click the sign in button there is a little delay. Can you add a progress indicator to cover it?
@HeyFlutter2 жыл бұрын
Thanks for the idea Kulith Najika 😀, i have added it in my list of future videos
@tasya_nabila2 жыл бұрын
Thanks for the code, but I kept getting error :( Except for the login UI, I followed everything exacly in the video
@HeyFlutter2 жыл бұрын
Thank You Tasya Nabila! Follow this link: stackoverflow.com/questions/60658945/asynchronous-suspension-in-stacktrace-output-in-flutter I hope you will get your answer 🙂
@gsaviary7222 жыл бұрын
Please share the source code. It'll be very kind of you.
@sanjeevsolanki33002 жыл бұрын
Heya great video! When trying to create the Utils class error message its giving the error for "Instance members can't be accessed from a static method." for the messengerKey? Would appreciate some help! Thank you!
@HeyFlutter2 жыл бұрын
Hello, Sanjeev Solanki! Follow this link: stackoverflow.com/questions/57216571/instance-members-cant-be-accessed-from-a-static-method-flutter I hope it will solve your problem. Thank You 🙂
@miguelbolanos43902 жыл бұрын
@@HeyFlutter 12:24 i can´t read the entire line (by the way, it´s awesome that you still replaying messages)
@MAHESHKUMARAMP Жыл бұрын
i have one issue.....i created MainScreen and Login screen within statfull class....mainscreen have streambuilder. asume stream builder returned loginscreen,login screen has textform field when i tap textformfield mainscreen will exicuited automatically,
@HeyFlutter Жыл бұрын
Thank you, @user-kn2dj9ye8g! 🙂. Please try to provide enough details with your question
@tochukwuukpabi9012 жыл бұрын
abt watching but i see the comments and know you making the streets happy,😂
@HeyFlutter2 жыл бұрын
Thank you, Tochukwu Ukpabi! 🙂
@RV2MM Жыл бұрын
This is gold! Thanks a lot
@HeyFlutter Жыл бұрын
Glad you liked it, @RV2MM 😀
@victoryokoi1267 Жыл бұрын
Nice work bro. You helped me
@HeyFlutter Жыл бұрын
Glad I could be of help, Thank you Victory Okoi! 😊
@ariffhaikal6461 Жыл бұрын
Hello may i know the rest of the code in 21.23 timestamp at line 93?
@HeyFlutter Жыл бұрын
Thank You Ariff Haikal!. I showed the main functionality, which is important for this package. Learn more about it here: github.com/JohannesMilke/sponsorware
@beastrocks23412 жыл бұрын
hey can u please do fetching json data with navigation to different pages with the respective I'd please
@bbammjin Жыл бұрын
Always best tutorial👍
@HeyFlutter Жыл бұрын
Thank you, BBAMMJIN! 🙂
@rubikandil93572 жыл бұрын
Is there any way to change this email template like instagram facebook or other apps verifications templates. For example change this link to just Verification Link button instead of such a long link
@HeyFlutter2 жыл бұрын
Thanks for the idea, Rubi Kandil! 🙂 I have added it to my list of ideas for future videos!
@andrewmukelabai8209 Жыл бұрын
You're a Rockstar!
@HeyFlutter Жыл бұрын
Glad to hear that, Thank you Andrew Mukelabai! 😊
@ledesmac2 жыл бұрын
Great video. It would be great to see a tutorial on implementing Auth0 + Firebase in a login. 🙏
@HeyFlutter2 жыл бұрын
Thank you, Cristian Ledesma! 🙂
@kenshinPH2 жыл бұрын
help while setting up firebase i keep on getting this error: ChromeProxyService: Failed to evaluate expression 'Firebase': InternalError: Expression evaluation in async frames is not supported. No frame with index 39..
@HeyFlutter2 жыл бұрын
Hey, @kenshinPH 🙂 are you setting it for web
@kenshinPH2 жыл бұрын
@@HeyFlutter i set it for android
@Orobii692 жыл бұрын
i keep getting these E/SurfaceSyncer( 9409): Failed to find sync for id=0 W/Parcel ( 9409): Expecting binder but got null! so the sign in button wont work
@HeyFlutter2 жыл бұрын
Thank You Mohammed Maher! Follow this link: github.com/flutter/flutter/issues/116669 I hope you will get your answer 🙂
@twitchGermanyHighlights2 жыл бұрын
have the same problem Do you have an anwser?
@quangle57012 жыл бұрын
Why don’t you use the firebaseui? It is much simpler as far as I know. Everything seems to be ready and it allows customization for your need.
@AjayKumar-gu6np2 жыл бұрын
Thank you always for your videos. Can you please help us how to create screen as same like Flipcart filter screen.
@AjayKumar-gu6np2 жыл бұрын
@@HeyFlutter Thanks.. I am awaiting for this video.. 🙏
@vissuuu69 Жыл бұрын
Can anyone tell ne how to also add logic for landing page.
@akashchoughule4664 Жыл бұрын
" Loginpage createState()=>Loginpage( " Only this much is visible . Please can u help if there are any parameters passed there ??
@HeyFlutter Жыл бұрын
Thank you, AKASH CHOUGHULE! 🙂. No there is parameters passed.
@acoupleofgsanrandaneaniandann2 жыл бұрын
Convoluted nightmare to get the source code I give up. Also demands I accept terms and conditions when it actually says its a newsletter subscription.
@НикитаМихайлов-э9ю2 жыл бұрын
Cool video! Can u please do this with bloc. Where you will use google auth and phone maybe or email Thanks anyway!
@emmanuelolaniyi57042 жыл бұрын
Please I want you to make a video that has to deal with flutter an api backend http post, get and other
@sakibshaikh34472 жыл бұрын
This is True Gem 👍👍
@HeyFlutter2 жыл бұрын
Thank you, Sakib Shaikh! 🙂
@saiham4500 Жыл бұрын
how do i handle the reset system fully in app
@HeyFlutter Жыл бұрын
Thank You Saiham! Follow this link: firebase.google.com/docs/auth/flutter/manage-users I hope you will get your answer 🙂
@АнтонБарчей2 жыл бұрын
You are the best!!! Thank u very much
@SullyS2552 жыл бұрын
I love your videos they always help me as i'm someone with Zero programming background, but i need help, How can I add DisplayName when creating account with Email and Password? can you please make a video explains that alone, i've watch a lot of videos but non helped me at all, i really need to know URGENTLY 😭😭😭 please
@HeyFlutter2 жыл бұрын
Thanks for the idea, Sally! 🙂 I have added it to my list of ideas for future videos!
@danasugu17672 жыл бұрын
Thanks for the tutorial! Would it be possible to make a tutorial for Flutter Firebase JWT authentication, please?
@HeyFlutter2 жыл бұрын
Thanks for the idea, @danasugu1767! 🙂 I have added it to my list of ideas for future videos!
@danasugu17672 жыл бұрын
@@HeyFlutterThanks a lot!
@soteriaswings8 ай бұрын
I am getting this error: Initial task failed for action RecaptchaAction(action=signInWithPassword)with exception - An internal error has occurred. [ Requests from referer are blocked. ]. I'm not really sure what this means though. Can anyone help?
@HeyFlutter8 ай бұрын
Thank You @soteriaswings! Follow this link: stackoverflow.com/questions/51925442/firebase-auth-requests-from-this-android-client-application-com-xxx-are-blocked I hope you will get your answer 🙂
@soteriaswings8 ай бұрын
@@HeyFlutter Thank you! I actually found that the firebase config information wasn't included when the app was initialised, so including that seems to have resolved it! :)
@ortemmetro2 жыл бұрын
How to link data from database to each user so app will display only one user's info, who logged in?
@HeyFlutter2 жыл бұрын
Hey, @user-px5eb2yr2l 🙂 you can store user data in his/her uid provided by firebase auth
@faizakmal46072 жыл бұрын
hello, I always get error when adding the firebase database to pubspec.yaml. how can i fix it?
@HeyFlutter2 жыл бұрын
Hey, @faizakmal4607 🙂 what error are you facing ?
@rafinhapo17 күн бұрын
Why didn't you do _emailContoller and _passwordController. Isn't it nullabe?
@HeyFlutter3 күн бұрын
Thank you for the suggestion! We’ll definitely consider it for our future content ideas.
@mareknowak91372 жыл бұрын
Thank you Johann
@muhammadafzal2372 жыл бұрын
How to generate auto increment user Id while registering a new user in flutter?
@tenj2 жыл бұрын
Perfection thank you ! is all of this free from firebase or are there any costs ?
@HeyFlutter2 жыл бұрын
Thank you, Ali! 🙂. Yes it is.
@thinkprogramming67642 жыл бұрын
Please can you also make a video on local storage ? Thanks in advance 🙏🙏🙏🙏🙏
@arunss80912 жыл бұрын
"on FirebaseAuthException catch (e)" - ---there is an uncaught exception. ... while trying to sign up with existing email id.....how to fix this??
@HeyFlutter2 жыл бұрын
Hey 😊, Arun SS! Check out this article to learn how to handle firebase exceptions: medium.com/flutter-community/firebase-auth-exceptions-handling-flutter-54ab59c2853d
@arunss80912 жыл бұрын
Thank you so much for your support 😍
@akshatsolanki83582 жыл бұрын
I am getting an error while (await Firebase.initializeApp();) showing this error message "FirebaseOptions cannot be null when creating the default app."
@AttractionGroup9 ай бұрын
why you put 2024 but ii's not, you have to do another video for flutter 3.19.0
@HeyFlutter9 ай бұрын
Thank you, @AttractionGroup! 🙂. It is working.
@augustwanger26512 жыл бұрын
It sais, cant use static with final messageKey, any solutions?
@ein44sam2 жыл бұрын
Thx for the video. I still struggle with sign out button. It signs out well but it does not redirect me to the login page.
@ein44sam2 жыл бұрын
if I hotrestart the emulator it shows the login page as it should
@ein44sam2 жыл бұрын
and if I redirect it with navigator or navigatorKey it will not show me the main page after log in or sign up
@HeyFlutter2 жыл бұрын
Hello, Richard Winter! Follow this link: stackoverflow.com/questions/57828983/cant-logout-and-redirect-to-loginpage-when-using-firebase-google-sign-in-in-fl I hope it will solve your problem. Thank You 🙂
@flutterwithali28382 жыл бұрын
why is onClickedSignIn with Function datatype while onClickedSignUp with VoidCallBack datatype?
@HeyFlutter2 жыл бұрын
Thank You Flutter With Ali! Follow this link: levelup.gitconnected.com/fluttering-dart-b37110f4d1bf I hope you will get your answer 🙂
@rabbihossen97342 жыл бұрын
Thank you so much 🧡
@jamescockfield4222 жыл бұрын
Love the tutorial. Really helpful and just what I needed