Are you kidding me? Talk about straight to the point! I wish all instructions were this concise! Greta job my friend!!!
@FlutterMapp9 ай бұрын
Thank you very much! It's the main reason why this channel was created in the first place. The worst is when they start like this: "Hi guys, my name is "who cares", subscribe, turn on the belt, bla bla bla" ... Glad you like it. 👍
@belespritmkhatshwa3145 Жыл бұрын
Thank you so much. Just a note for everyone trying this tutorial out in 2023. It may show an exception when you run the app - the exception points to "host" which is Firebase. This happens because the setup for dependencies and plugins in your build gradle are probably the latest versions. Use older versions and the code runs perfectly.
@FlutterMapp Жыл бұрын
Thanks for the info! I will do an update at some point.
@techplanet0017 ай бұрын
Please what version do you recommend
@TechBuddy_2 жыл бұрын
Amazing video as always, but I have three things that I'd have done differently 1. I'd use actual forms to create forms and validation ( there is amazing documentation about this on flutter docs ) 2. Use the firebase CLI that is sooo much faster to setup and kinda easy to maintain as well 3. Check for loading and error states in the stream builder along with the hasData check
@FlutterMapp2 жыл бұрын
Very valuable comment 👏🎉🎉 Thanks you for sharing! A video about CLI will come 👏. (With error states in the stream builder)
@tanthokg2 жыл бұрын
Can I ask what version you use? I download the standalone version but whenever I try to execute it, it keeps saying '' is not recognized as an internal or external command, operable program or batch file. But every tutorial I saw on youtube use the same standalone version and nothing goes wrong. Do I need to put that .exe file into any specific folder, or I can put it anywhere?
@monkeygames17712 жыл бұрын
flutter has shit documentation for begginers, dont go there
@codecret1 Жыл бұрын
do u have a code
@TechBuddy_ Жыл бұрын
@@codecret1 for what ?
@gofry30232 жыл бұрын
This tutorial is more than a tutorial, we call it a masterpiece!
@FlutterMapp Жыл бұрын
Thanks GoFry 🚀🚀🚀🚀 Flutter to the f***ing moooooon 😂
@Tegustamifrankfurt11 ай бұрын
why?
@zawar922 жыл бұрын
Clean and fast steps. Easy to adapt this with a state management library.
@JeffPalmer422 жыл бұрын
Finally, one that makes sense
@theazmainjawad Жыл бұрын
i KNOW right?
@rxtechandtrading Жыл бұрын
yeah to bad hes missing tons of stuff in his vid..People are getting alot of errors since his dependancies in the pubspec.yaml file are missing a few packages and he didnt show how to get the authentication keys when connecting the android and ios versions of the app to firebase..but i get ur to ignorant or dumb to realize this untill ur app crashes
@javachipjade Жыл бұрын
@@rxtechandtrading what should we add? not a single tutorial works for me
@rxtechandtrading Жыл бұрын
@@javachipjade flutter cli
@javachipjade Жыл бұрын
@@rxtechandtrading ok i get you now
@dinoelef Жыл бұрын
Thank you! for those trying, make sure Dependencies are on the latest versions
@monkeygames17712 жыл бұрын
Absolutely killed it, clear and fast, love it! Forgot email confirmation
@SudipBhattacharyya2 жыл бұрын
Phew!!! What a mind blowing video!!! Nobody taught me authentication in this way!!! THANKS! 🙂
@FlutterMapp2 жыл бұрын
My pleasure 😊
@vaibhavacharya75072 жыл бұрын
The best way of explaining.. & Thank you for putting source code link for reference
@nasserdiallo86362 жыл бұрын
man... this tutorial is super awesome !!
@FlutterMapp2 жыл бұрын
🔥🔥🔥🔥🔥🙏
@jake45242 жыл бұрын
I thought i followed the whole thing correctly, however when i press register, it tells me the email adress is badly formatted. Any idea what i did wrong?
@karolwisniewski8546 Жыл бұрын
How to figure out error in xCode: Module 'firebase_auth' not found. It happen every time I create a new project and add this line of code: firebase_core: ^2.13.1 firebase_auth: ^4.6.2 to the pubspec.yaml the error shows even dont use firebase_auth in the code also if firebase_auth is in diffrent version
@mohamedabdelrehem76982 жыл бұрын
i was waiting for this video like forever ♥♥♥
@taneshasimeon2202 Жыл бұрын
absolutely love and prefer your videos!
@kennyevl1550 Жыл бұрын
i did everything and when i run the code the screen is just White
@captcha1337 Жыл бұрын
Thank you for such video! Most helpful i found so far.
@vaibhavkhanna94122 жыл бұрын
This is a great video, and I am thankful for it, thank you very much
@MrCamdere2 жыл бұрын
I love your Videos is so easy to understand
@huynhucbui9849 Жыл бұрын
Hi Sir, thank you for great tutorial. I have a question, should we declare Auth object outside of Build method to avoid creating multiple objects ?
@fayzzi91 Жыл бұрын
Sir please guide me. I used the same method and upon restart the logged in user i directed to homescreen but when i delete a user(not from in app but firebase portal) and then restart the app the user(deleted) still remained logged in evern he is deleted from authentication portion by me.what to do to redirect him after he is deleted. thanks
@ahmadxrizvi2 жыл бұрын
Thanks a lot brotha 🥺❤️
@chadj1797 Жыл бұрын
Thank you, you're a life saver!
@nunodiogosilva Жыл бұрын
Great tutorial, however how could we do something similar but using Flutter's native routes (Navigator 2.0)?
@ABHISHEK-jc8kn2 жыл бұрын
How about using a simple flutterfire command instead of all that setup mess?
@FlutterMapp2 жыл бұрын
Agreed, we will do a video about it also pretty soon💪
@ABHISHEK-jc8kn2 жыл бұрын
@@FlutterMapp great. Watched your videos after a long time. They have been even better. Watching all the ones i had missed one by one xd
@FlutterMapp2 жыл бұрын
@@ABHISHEK-jc8kn 😂😂😂 The widgets series? or other videos?
@ABHISHEK-jc8kn2 жыл бұрын
@@FlutterMapp widget series just completed. Watching dart tips now
@rushikesh_bagul Жыл бұрын
source code link is not working can you please give me a github link
@dfnchx Жыл бұрын
I can'tget this code runs in VSC Flutter, always get an error, am stuck 5 days already, I have tried everything that is available in internet but nothing works.
@alexisayalas Жыл бұрын
share your error and lets see
@emwagner Жыл бұрын
What if youre using Windows and VS Code to set up for iOS?
@robertnedelcu-p6y Жыл бұрын
And if i have Clean arhitecture in my app, how can i integrated?
@AndrewBoyAIАй бұрын
which version of flutter is being used here as it's no longer working in Nov 2024?
@FlutterMappАй бұрын
I will make an update for this video I guess
@AndrewBoyAIАй бұрын
@@FlutterMappsounds great 👍🏻😄
@farouk_bloncko11 ай бұрын
what version of firebase core works with firebase auth ^4.3.0?
@wanadi406 Жыл бұрын
Thank you so much, it helped me alot
@darul-asar3812 жыл бұрын
As always 🔥🔥🔥
@amaanansari58352 жыл бұрын
Awesome 🔥🔥🔥
@Andrew-px9fj2 жыл бұрын
Does anyone know if there is a recommended way of doing auth with a custum api with token bearer, Im doing in in provider and save the token in both shared prefs and the provider itself but it seems so scuffed to be... besides i need to get the token every time i want to make a request... isnt there something like Axios for requests? ive seen axios package but doesnt look very popular/trustworthy is there any comparable package that saves token to every request automatically?
@enemiduks Жыл бұрын
Thanks, this really help
@limkangwei63392 жыл бұрын
I kept on having this error. After typing the email and password, and when I click on the register button/log in button, nothing happens. W/System ( 9647): Ignoring header X-Firebase-Locale because its value was null. D/TrafficStats( 9647): tagSocket(137) with statsTag=0xffffffff, statsUid=-1
@FlutterMapp2 жыл бұрын
Sorry I have never see this before..
@usmanxsaeed2 жыл бұрын
do you have any solution to fix this?
@ΑργυροκαστρίτηςΙωάννης-Σπυρίδω Жыл бұрын
the code on the addfirebase SDK is different now in the first step it says To make the google-services.json config values accessible to Firebase SDKs, you need the Google services Gradle plugin. Kotlin DSL (build.gradle.kts) Groovy (build.gradle) and I can't find that specific line inside the gradle folder any help would be really appreciated.Thanks in advance
@k415hu72 жыл бұрын
Please make a video on how to use firebase database in flutter
@dhmsimons2 жыл бұрын
please do a video about Flutter - Firebase Analytics. Thank you!
@khanomwahnАй бұрын
holy motherfxxkkkkk this guys is real deal mate, i love you, thank you for your existing in this world.
@FlutterMappАй бұрын
Lol! 😂 Much appreciated bro!
@xr.spedtech2 жыл бұрын
I more or less prefer back end stuff ... UI Fields and such ... I prioritize it last ... Bad Strategy ?
@TechBuddy_2 жыл бұрын
Your app your rules
@santa1232322 ай бұрын
can we send custom otp on ios using firebase if yes how.
@harsha4048 Жыл бұрын
It doesn't perform login when I clicked login button but after I restart ide, it is logged into the homepage Please help me to figure it out ❤
@amsihavibes Жыл бұрын
Source code is not available
@redd1491 Жыл бұрын
does the inputed email and password recorded into the firebase cloud?
@devsda12 жыл бұрын
There is an option to connect Flutter, why did you do Android and iOS separately?
@FlutterMapp2 жыл бұрын
We will do the other option soon also 🔥🔥
@hemrajprajapati18772 жыл бұрын
how same code work with flutter web .kindly explain
@ElectricBlanket1122 Жыл бұрын
Is there a project folder containing this code that I can use? Please link
@SauravvSharmaa3 ай бұрын
i am getting an recaptha erro as soon i try to login
@RahulNC-fo9lv Жыл бұрын
I followed all the steps that you showed in the video, project is running, I tried to login with some random mail and password like you did in the video, but it is throwing an error. I'm running my project in chrome.
@rxtechandtrading Жыл бұрын
read my comment above and you will know why
@RahulNC-fo9lv Жыл бұрын
@@rxtechandtrading which one?
@usertuserb70572 жыл бұрын
lease , when I run flutterfire configure i get this error message Could not find bin\flutterfire.dart in package flutterfire_cli. any suggestion please?
@m1kezulu6 ай бұрын
very nice auth
@salahshakeel27782 жыл бұрын
Make video on facebook authentication firebase. I know its NoSql Firebase but can we make relation database by our side and how to use aggregate functions!
@krishnapra123 Жыл бұрын
Do we have a method in firebase to create a User ID without an email address or phone number? I mean super admin has the ability to assign a custom user ID and a default password to later reset it (e.g. user ID: ABCD1234 PWD: 12345).
@fluttermakers2 жыл бұрын
very good tutorial
@lokabow10322 жыл бұрын
If you could do a video of connecting asp.Net web api with flutter
@mohamedAli-cb3ep2 жыл бұрын
Amazing and clear video🔥🔥 can you add google sign in and Google signup
@FlutterMapp2 жыл бұрын
We have already done Google sign in on this channel if you need it 🔥🔥🔥
@JBuchmannАй бұрын
Could you make a tutorial on "Firebase UI Auth"? It's supposed to be a much easier way to achieve this, yet i'm struggling, lol.
@FlutterMappАй бұрын
Yes its supposed lol. Ive tried it once (Fire UI) but I didnt liked it. I should give it a other try and maybe make a video about it if its good now. Thanks
@JBuchmannАй бұрын
@FlutterMapp I think the one you tried is deprecated, and replaced with Firebase UI Auth 👍
@RianY2K2 жыл бұрын
Hope more tutorial about this. especially with CRUD data and todo list app.
@khvlog42 жыл бұрын
Thanks Sir
@beedoner2106 Жыл бұрын
the code link is dead can you update it please ?
@FlutterMapp Жыл бұрын
Well... I dont have it anymore lol, my bad, have a good day 🎉
@dinhtiendat26112 жыл бұрын
This video teach me how i can make my code look more cleaner
@YazidYazid-t9e8 ай бұрын
Easy 🎉 tnks
@FlutterMapp8 ай бұрын
Welcome 😊
@jayswalviraj45282 жыл бұрын
Have you any idea? How to run xcode without macOs?
@FlutterMapp2 жыл бұрын
You can rent a MacOS machine maybe on internet 🤨🤨 Im not sure how the authorization will work tho...
@sanmedia4052 жыл бұрын
Can you do firebase auth with bloc patter with admin and user features...
@amsihavibes Жыл бұрын
Can you send me source code link
@franciscojavier89682 жыл бұрын
I hope you are not forgetting about firebase ui package and the pre build login page
@FlutterMapp2 жыл бұрын
We will do this one also 🔥🔥
@itpeople1573 Жыл бұрын
amazing thanks
@letmeflutter6644 Жыл бұрын
Thank you
@KamranKhan-jg1md2 жыл бұрын
flutterfire cli is best for connecting flutter app with firebase.
@FlutterMapp2 жыл бұрын
Its the next one on the list 🔥🔥🔥
@ihsanalalawi4871 Жыл бұрын
you should have added the main at the beginning not the end. i wasted so much time looking for these 2 lines of code before seeing it at the end of the video
@diegoferreirarapaci6856Ай бұрын
Is it still working?
@FlutterMapp28 күн бұрын
Let me know, I will update this if not :)
@mm-sf6qx2 жыл бұрын
source code plz
@Way_Of_The_Light2 жыл бұрын
I soo badly needed this tutorial 🙏, can you make a video for 'Apple Sign In' via firebase?
@prod.goldenstar273 Жыл бұрын
5:20
@s-std2 жыл бұрын
U haven't tested the code !
@ndasss95632 жыл бұрын
he did... its in 0:00 xd
@user-x6492 жыл бұрын
@@ndasss9563 I meant a good test but the one he did is fake ! A test means to test every functionality he showed in the video not execute the app that he has already tested before making the video. 1/ If you have some knowledge in IT you shouldn't have replied that way 2/ always put in your mind that new programmers or even students could see the video, so he has to make the life easy for them by testing every functionality separately
@madesetiawan2 жыл бұрын
Thanks for your tutorial, can you add a class for forget password ?.
@piffyization2 жыл бұрын
Excellent! now with firebase messaging please! :(
@xavisean2 жыл бұрын
best video
@casbot712 жыл бұрын
*ask "WTF is flutter and firebase?" as this pops up in my suggested …
@zulfayhaji85358 ай бұрын
this one is better
@kevink398 Жыл бұрын
It worked but I'm not sure how to navigate to the next screen when the user logs in. I used the code below before implementing the Firebase Auth. Navigator.push( context, MaterialPageRoute( builder: (context) => const FrontPage()));
@legendali2096 Жыл бұрын
Plz give me source code the link hot working
@Cube-lt8ih2 жыл бұрын
Where is the source code? I need it!
@DanFlorio2 жыл бұрын
Try GitHub CoPilot. I only needed to type about 20% of the code to recreate this project.
@vaibhavkhanna94122 жыл бұрын
plugins { id 'com.android.application' // Add the Google services Gradle plugin id 'com.google.gms.google-services' ... } please help its showing this in case of plugins how to fix it
@abdorizak2 жыл бұрын
it's best practice to use com.example.project instead of that use com.your_name.your_project_name.
@FlutterMapp2 жыл бұрын
com.example.project is just for an example. When you create your own project its 100% better to do com.your_name.your_project_name. 👏
@Hasinnnnn2 жыл бұрын
You can use the signOut() method to log a user out. There is no need to create a separate method for signing out because it’s just a single line of code : FirebaseAuth.instance.signOut();
@noeb446311 ай бұрын
Target of URI doesn't exist: 'package:firebase_auth_project/auth.dart'. Why ??? Tank's 🙏
@nah23417 ай бұрын
quite late, replace firebase_auth_project with your project folder name.
@jemjemvermillion3309 Жыл бұрын
I got this Error Error: Member not found: 'FirebaseAppPlatform.verifyExtends'. firebase_app.dart:18 FirebaseAppPlatform.verifyExtends(_delegate); ^^^^^^^^^^^^^ Do u know what went wrong?
@4meters Жыл бұрын
Execute in project main folder: flutter pub upgrade --major-versions It should fix it