Flutter Firebase Auth - The Cleanest & Fastest Way - IOS & Android

  Рет қаралды 121,933

Flutter Mapp

Flutter Mapp

Күн бұрын

Пікірлер: 143
@gloranger2001
@gloranger2001 9 ай бұрын
Are you kidding me? Talk about straight to the point! I wish all instructions were this concise! Greta job my friend!!!
@FlutterMapp
@FlutterMapp 9 ай бұрын
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
@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
@FlutterMapp Жыл бұрын
Thanks for the info! I will do an update at some point.
@techplanet001
@techplanet001 7 ай бұрын
Please what version do you recommend
@TechBuddy_
@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
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Very valuable comment 👏🎉🎉 Thanks you for sharing! A video about CLI will come 👏. (With error states in the stream builder)
@tanthokg
@tanthokg 2 жыл бұрын
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?
@monkeygames1771
@monkeygames1771 2 жыл бұрын
flutter has shit documentation for begginers, dont go there
@codecret1
@codecret1 Жыл бұрын
do u have a code
@TechBuddy_
@TechBuddy_ Жыл бұрын
@@codecret1 for what ?
@gofry3023
@gofry3023 2 жыл бұрын
This tutorial is more than a tutorial, we call it a masterpiece!
@FlutterMapp
@FlutterMapp Жыл бұрын
Thanks GoFry 🚀🚀🚀🚀 Flutter to the f***ing moooooon 😂
@Tegustamifrankfurt
@Tegustamifrankfurt 11 ай бұрын
why?
@zawar92
@zawar92 2 жыл бұрын
Clean and fast steps. Easy to adapt this with a state management library.
@JeffPalmer42
@JeffPalmer42 2 жыл бұрын
Finally, one that makes sense
@theazmainjawad
@theazmainjawad Жыл бұрын
i KNOW right?
@rxtechandtrading
@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
@javachipjade Жыл бұрын
@@rxtechandtrading what should we add? not a single tutorial works for me
@rxtechandtrading
@rxtechandtrading Жыл бұрын
@@javachipjade flutter cli
@javachipjade
@javachipjade Жыл бұрын
@@rxtechandtrading ok i get you now
@dinoelef
@dinoelef Жыл бұрын
Thank you! for those trying, make sure Dependencies are on the latest versions
@monkeygames1771
@monkeygames1771 2 жыл бұрын
Absolutely killed it, clear and fast, love it! Forgot email confirmation
@SudipBhattacharyya
@SudipBhattacharyya 2 жыл бұрын
Phew!!! What a mind blowing video!!! Nobody taught me authentication in this way!!! THANKS! 🙂
@FlutterMapp
@FlutterMapp 2 жыл бұрын
My pleasure 😊
@vaibhavacharya7507
@vaibhavacharya7507 2 жыл бұрын
The best way of explaining.. & Thank you for putting source code link for reference
@nasserdiallo8636
@nasserdiallo8636 2 жыл бұрын
man... this tutorial is super awesome !!
@FlutterMapp
@FlutterMapp 2 жыл бұрын
🔥🔥🔥🔥🔥🙏
@jake4524
@jake4524 2 жыл бұрын
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
@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
@mohamedabdelrehem7698
@mohamedabdelrehem7698 2 жыл бұрын
i was waiting for this video like forever ♥♥♥
@taneshasimeon2202
@taneshasimeon2202 Жыл бұрын
absolutely love and prefer your videos!
@kennyevl1550
@kennyevl1550 Жыл бұрын
i did everything and when i run the code the screen is just White
@captcha1337
@captcha1337 Жыл бұрын
Thank you for such video! Most helpful i found so far.
@vaibhavkhanna9412
@vaibhavkhanna9412 2 жыл бұрын
This is a great video, and I am thankful for it, thank you very much
@MrCamdere
@MrCamdere 2 жыл бұрын
I love your Videos is so easy to understand
@huynhucbui9849
@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
@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
@ahmadxrizvi
@ahmadxrizvi 2 жыл бұрын
Thanks a lot brotha 🥺❤️
@chadj1797
@chadj1797 Жыл бұрын
Thank you, you're a life saver!
@nunodiogosilva
@nunodiogosilva Жыл бұрын
Great tutorial, however how could we do something similar but using Flutter's native routes (Navigator 2.0)?
@ABHISHEK-jc8kn
@ABHISHEK-jc8kn 2 жыл бұрын
How about using a simple flutterfire command instead of all that setup mess?
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Agreed, we will do a video about it also pretty soon💪
@ABHISHEK-jc8kn
@ABHISHEK-jc8kn 2 жыл бұрын
@@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
@FlutterMapp
@FlutterMapp 2 жыл бұрын
@@ABHISHEK-jc8kn 😂😂😂 The widgets series? or other videos?
@ABHISHEK-jc8kn
@ABHISHEK-jc8kn 2 жыл бұрын
@@FlutterMapp widget series just completed. Watching dart tips now
@rushikesh_bagul
@rushikesh_bagul Жыл бұрын
source code link is not working can you please give me a github link
@dfnchx
@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
@alexisayalas Жыл бұрын
share your error and lets see
@emwagner
@emwagner Жыл бұрын
What if youre using Windows and VS Code to set up for iOS?
@robertnedelcu-p6y
@robertnedelcu-p6y Жыл бұрын
And if i have Clean arhitecture in my app, how can i integrated?
@AndrewBoyAI
@AndrewBoyAI Ай бұрын
which version of flutter is being used here as it's no longer working in Nov 2024?
@FlutterMapp
@FlutterMapp Ай бұрын
I will make an update for this video I guess
@AndrewBoyAI
@AndrewBoyAI Ай бұрын
@@FlutterMappsounds great 👍🏻😄
@farouk_bloncko
@farouk_bloncko 11 ай бұрын
what version of firebase core works with firebase auth ^4.3.0?
@wanadi406
@wanadi406 Жыл бұрын
Thank you so much, it helped me alot
@darul-asar381
@darul-asar381 2 жыл бұрын
As always 🔥🔥🔥
@amaanansari5835
@amaanansari5835 2 жыл бұрын
Awesome 🔥🔥🔥
@Andrew-px9fj
@Andrew-px9fj 2 жыл бұрын
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
@enemiduks Жыл бұрын
Thanks, this really help
@limkangwei6339
@limkangwei6339 2 жыл бұрын
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
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Sorry I have never see this before..
@usmanxsaeed
@usmanxsaeed 2 жыл бұрын
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
@k415hu7
@k415hu7 2 жыл бұрын
Please make a video on how to use firebase database in flutter
@dhmsimons
@dhmsimons 2 жыл бұрын
please do a video about Flutter - Firebase Analytics. Thank you!
@khanomwahn
@khanomwahn Ай бұрын
holy motherfxxkkkkk this guys is real deal mate, i love you, thank you for your existing in this world.
@FlutterMapp
@FlutterMapp Ай бұрын
Lol! 😂 Much appreciated bro!
@xr.spedtech
@xr.spedtech 2 жыл бұрын
I more or less prefer back end stuff ... UI Fields and such ... I prioritize it last ... Bad Strategy ?
@TechBuddy_
@TechBuddy_ 2 жыл бұрын
Your app your rules
@santa123232
@santa123232 2 ай бұрын
can we send custom otp on ios using firebase if yes how.
@harsha4048
@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
@amsihavibes Жыл бұрын
Source code is not available
@redd1491
@redd1491 Жыл бұрын
does the inputed email and password recorded into the firebase cloud?
@devsda1
@devsda1 2 жыл бұрын
There is an option to connect Flutter, why did you do Android and iOS separately?
@FlutterMapp
@FlutterMapp 2 жыл бұрын
We will do the other option soon also 🔥🔥
@hemrajprajapati1877
@hemrajprajapati1877 2 жыл бұрын
how same code work with flutter web .kindly explain
@ElectricBlanket1122
@ElectricBlanket1122 Жыл бұрын
Is there a project folder containing this code that I can use? Please link
@SauravvSharmaa
@SauravvSharmaa 3 ай бұрын
i am getting an recaptha erro as soon i try to login
@RahulNC-fo9lv
@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
@rxtechandtrading Жыл бұрын
read my comment above and you will know why
@RahulNC-fo9lv
@RahulNC-fo9lv Жыл бұрын
@@rxtechandtrading which one?
@usertuserb7057
@usertuserb7057 2 жыл бұрын
lease , when I run flutterfire configure i get this error message Could not find bin\flutterfire.dart in package flutterfire_cli. any suggestion please?
@m1kezulu
@m1kezulu 6 ай бұрын
very nice auth
@salahshakeel2778
@salahshakeel2778 2 жыл бұрын
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
@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).
@fluttermakers
@fluttermakers 2 жыл бұрын
very good tutorial
@lokabow1032
@lokabow1032 2 жыл бұрын
If you could do a video of connecting asp.Net web api with flutter
@mohamedAli-cb3ep
@mohamedAli-cb3ep 2 жыл бұрын
Amazing and clear video🔥🔥 can you add google sign in and Google signup
@FlutterMapp
@FlutterMapp 2 жыл бұрын
We have already done Google sign in on this channel if you need it 🔥🔥🔥
@JBuchmann
@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
@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
@JBuchmann Ай бұрын
@FlutterMapp I think the one you tried is deprecated, and replaced with Firebase UI Auth 👍
@RianY2K
@RianY2K 2 жыл бұрын
Hope more tutorial about this. especially with CRUD data and todo list app.
@khvlog4
@khvlog4 2 жыл бұрын
Thanks Sir
@beedoner2106
@beedoner2106 Жыл бұрын
the code link is dead can you update it please ?
@FlutterMapp
@FlutterMapp Жыл бұрын
Well... I dont have it anymore lol, my bad, have a good day 🎉
@dinhtiendat2611
@dinhtiendat2611 2 жыл бұрын
This video teach me how i can make my code look more cleaner
@YazidYazid-t9e
@YazidYazid-t9e 8 ай бұрын
Easy 🎉 tnks
@FlutterMapp
@FlutterMapp 8 ай бұрын
Welcome 😊
@jayswalviraj4528
@jayswalviraj4528 2 жыл бұрын
Have you any idea? How to run xcode without macOs?
@FlutterMapp
@FlutterMapp 2 жыл бұрын
You can rent a MacOS machine maybe on internet 🤨🤨 Im not sure how the authorization will work tho...
@sanmedia405
@sanmedia405 2 жыл бұрын
Can you do firebase auth with bloc patter with admin and user features...
@amsihavibes
@amsihavibes Жыл бұрын
Can you send me source code link
@franciscojavier8968
@franciscojavier8968 2 жыл бұрын
I hope you are not forgetting about firebase ui package and the pre build login page
@FlutterMapp
@FlutterMapp 2 жыл бұрын
We will do this one also 🔥🔥
@itpeople1573
@itpeople1573 Жыл бұрын
amazing thanks
@letmeflutter6644
@letmeflutter6644 Жыл бұрын
Thank you
@KamranKhan-jg1md
@KamranKhan-jg1md 2 жыл бұрын
flutterfire cli is best for connecting flutter app with firebase.
@FlutterMapp
@FlutterMapp 2 жыл бұрын
Its the next one on the list 🔥🔥🔥
@ihsanalalawi4871
@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
@diegoferreirarapaci6856 Ай бұрын
Is it still working?
@FlutterMapp
@FlutterMapp 28 күн бұрын
Let me know, I will update this if not :)
@mm-sf6qx
@mm-sf6qx 2 жыл бұрын
source code plz
@Way_Of_The_Light
@Way_Of_The_Light 2 жыл бұрын
I soo badly needed this tutorial 🙏, can you make a video for 'Apple Sign In' via firebase?
@prod.goldenstar273
@prod.goldenstar273 Жыл бұрын
5:20
@s-std
@s-std 2 жыл бұрын
U haven't tested the code !
@ndasss9563
@ndasss9563 2 жыл бұрын
he did... its in 0:00 xd
@user-x649
@user-x649 2 жыл бұрын
@@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
@madesetiawan
@madesetiawan 2 жыл бұрын
Thanks for your tutorial, can you add a class for forget password ?.
@piffyization
@piffyization 2 жыл бұрын
Excellent! now with firebase messaging please! :(
@xavisean
@xavisean 2 жыл бұрын
best video
@casbot71
@casbot71 2 жыл бұрын
*ask "WTF is flutter and firebase?" as this pops up in my suggested …
@zulfayhaji8535
@zulfayhaji8535 8 ай бұрын
this one is better
@kevink398
@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
@legendali2096 Жыл бұрын
Plz give me source code the link hot working
@Cube-lt8ih
@Cube-lt8ih 2 жыл бұрын
Where is the source code? I need it!
@DanFlorio
@DanFlorio 2 жыл бұрын
Try GitHub CoPilot. I only needed to type about 20% of the code to recreate this project.
@vaibhavkhanna9412
@vaibhavkhanna9412 2 жыл бұрын
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
@abdorizak
@abdorizak 2 жыл бұрын
it's best practice to use com.example.project instead of that use com.your_name.your_project_name.
@FlutterMapp
@FlutterMapp 2 жыл бұрын
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. 👏
@Hasinnnnn
@Hasinnnnn 2 жыл бұрын
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();
@noeb4463
@noeb4463 11 ай бұрын
Target of URI doesn't exist: 'package:firebase_auth_project/auth.dart'. Why ??? Tank's 🙏
@nah2341
@nah2341 7 ай бұрын
quite late, replace firebase_auth_project with your project folder name.
@jemjemvermillion3309
@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
@4meters Жыл бұрын
Execute in project main folder: flutter pub upgrade --major-versions It should fix it
@조조-g1s
@조조-g1s Жыл бұрын
9:05
🔒📱 Email Login & Logout • Flutter Auth Tutorial ♡
16:00
Firebase • Email Login & Logout • Flutter Auth Tutorial
26:56
Tech With Otabek
Рет қаралды 2,7 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
Firebase x Flutter Tutorial - Firebase Authentication🔥
8:08
Flutter Guys
Рет қаралды 19 М.
Flutter Firebase Authentication [2024] The Cleanest Way
23:32
HeyFlutter․com
Рет қаралды 148 М.
Top 35 Flutter Widgets
29:29
Flutter Mapp
Рет қаралды 333 М.
10x Your Speed With Flutter
8:04
Flutter Mapp
Рет қаралды 77 М.
How to Setup Firebase in Flutter | Firebase CLI | Flutter Firebase
19:36
Flutter Firebase Setup - (Android & IOS 2024)
9:03
WTF Code
Рет қаралды 11 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН