The Essential Guide to Flutter Email Verification with Firebase

  Рет қаралды 14,736

Coding With T

Coding With T

Күн бұрын

Пікірлер: 89
@kabirchowdhury7062
@kabirchowdhury7062 10 ай бұрын
Best video I ever found on KZbin, nice explanation of each and every detail. How about phone authentication using Firebase and keeping the user login, if the user closes the app and reopens it, it will redirect to the dashboard, If possible can you make a tutorial regarding the same?
@CodingwithT
@CodingwithT 10 ай бұрын
Thank you 😊. Noted 🤠
@A2Vloogs
@A2Vloogs 10 ай бұрын
This series is really helping me with my project. Please upload videos daily and finish the backend soon. It will greatly help me complete my project. Thank you!
@CodingwithT
@CodingwithT 10 ай бұрын
That's the plan!
@krishkothari8634
@krishkothari8634 10 ай бұрын
Best playlist of e-commerce app using flutter. We all need this, just i want to say that don't leave the course in midway brother, upload full complete running application.
@CodingwithT
@CodingwithT 10 ай бұрын
Thank you so much 😊. I will complete it 💯
@Suleiman-PC
@Suleiman-PC 10 ай бұрын
Alhamdulillah@@CodingwithT
@nooneknows1885
@nooneknows1885 10 ай бұрын
Seriously Your understanding and coding is excellent.
@CodingwithT
@CodingwithT 10 ай бұрын
Means a lot to me. Thank you 🎊✌️
@Mrlikeandshare
@Mrlikeandshare 8 ай бұрын
Thanks siir we always learn lot of things with you thank you again
@CodingwithT
@CodingwithT 8 ай бұрын
I am glad that you learn from these videos. Thank you for your support ❤️.
@GlamAngles
@GlamAngles 10 ай бұрын
hello! sir I am really grateful to see this playlist's new video every day, can you please tell me how many backed videos are left and when they will completely upload?
@CodingwithT
@CodingwithT 10 ай бұрын
Hi, You can check the 1st Backend video for insights. 😀✌️
@dextrogaming369
@dextrogaming369 Ай бұрын
Sir, debug the program and still showing 'processing screen' and not redirected to success screen, not received mails Pls solve the problem 🙏
@CodingwithT
@CodingwithT 22 күн бұрын
Hi! Please check the debug values and ensure the functions in the AuthenticationRepository are working correctly. That might help solve the issue with the 'processing screen' and email. Let me know what you find! 🙏😊
@Suleiman-PC
@Suleiman-PC 10 ай бұрын
We are waiting for boss🤗
@umarshakir-m8i
@umarshakir-m8i 10 ай бұрын
I am currently working on my semester-end project and have been following your tutorial. Can you please inform me how much more time you anticipate before completing the tutorial? My project submission deadline is January 1, 2024, and I would like to ensure that I can incorporate your insights before that date
@CodingwithT
@CodingwithT 10 ай бұрын
Don't worry before the end of this month the course will be completed.
@umarshakir-m8i
@umarshakir-m8i 10 ай бұрын
thanks sir @@CodingwithT
@pacson
@pacson 10 ай бұрын
Sir I encountered an error. After creating an account, it redirects me to the verify email screen. I checked the authentication and firestore, the user has actually been created. Even the snack bar have also popped up saying that the email has been sent but no notification of the email was actually sent and this error pops up in the terminal "W/System ( 9145): Ignoring header X-Firebase-Locale because its value was null." Any help is appreciated sir.
@CodingwithT
@CodingwithT 10 ай бұрын
Please reach me at support@codingwitht.com or WhatsApp at +923178059528
@mineja-cj6bo
@mineja-cj6bo 6 ай бұрын
Hi, I am experiencing same problem. How did you solved the issue? Thank you in advance.
@pacson
@pacson 6 ай бұрын
@@mineja-cj6bo This error was because i used a nonexistent email. Try using an actual email and see if it works for u, if the error still persists then it is definitely different than what i encountered.
@zzziioo313
@zzziioo313 9 ай бұрын
Thank you very much for your nice tuturial. I have a question about the redirect screen. If I have two types of users, they have different homepages. How do I direct them to the correct homepage after login?
@CodingwithT
@CodingwithT 9 ай бұрын
In this case you have to check user roles. Store user roles in the users Collection and fetch data on login. Check if userRole == admin then show admin Dashboard else show userDashboard
@zzziioo313
@zzziioo313 9 ай бұрын
@@CodingwithT Thank you for rely, I currently create two user collections. I have tried to use Where() to find the current user is or is not in the collection, but it does not work. I want to know how can I set up in redirectScreen() function. Thank you.
@djamamockejoel159
@djamamockejoel159 4 ай бұрын
The following _Exception was thrown resolving an image codec: Exception: Invalid image data the image in the .json format does not work. i have exception: Invalid image data. none of the animation json file is working. i have checked, all the folder have been imported but still not working.
@djamamockejoel159
@djamamockejoel159 4 ай бұрын
solve it, instead of Image() i have used Lottie.asset(image, width: THelperFunctions.screenWidth() * 0.5),
@CodingwithT
@CodingwithT 4 ай бұрын
Fantastic
@bill__j
@bill__j 2 ай бұрын
@@djamamockejoel159 , please can you drop a code snippet of how you manage to solve the issue?
@codewithroman8180
@codewithroman8180 10 ай бұрын
Best playlist of flutter firestore react native firestore b banao
@user_11221
@user_11221 10 ай бұрын
May i know when will the playlist end and can you show us the exceptions on screen please coz some of us really can't afford to get a premium version.
@CodingwithT
@CodingwithT 10 ай бұрын
Don't worry dear, I will add exceptions and animations in the free starter kit. You will be able to download it from there. From tomorrow onwards 🤠 🎉
@meybad6365
@meybad6365 5 ай бұрын
@@CodingwithT where can I found the free starter kit
@ryansumbele3552
@ryansumbele3552 8 ай бұрын
Everything works fine, but check register.json animation isn't displaying on my device, it says invalid image , please help
@CodingwithT
@CodingwithT 8 ай бұрын
Try flutter pub get after adding the image
@ollieollewagen7242
@ollieollewagen7242 7 ай бұрын
@@CodingwithT I have a similar problem, I have replace the image with another image and it does the same. It is something with the fact that the Success message is using a normal image and not the Lottie function
@pohuiadam
@pohuiadam 7 ай бұрын
@@ollieollewagen7242 add bool variable (e.g. isImage) in SuccessScreen and use it like this //Image isImage ? Image( image: AssetImage(image), width: THelperFunctions.screenWidth() * 0.6, ) : Lottie.asset(image, width: MediaQuery.of(context).size.width * 0.8), const SizedBox(height: TSizes.spaceBtwItems),
@djamamockejoel159
@djamamockejoel159 4 ай бұрын
replace image with : Lottie.asset(image, width: THelperFunctions.screenWidth() * 0.5),
@nurainzafirah5530
@nurainzafirah5530 3 ай бұрын
@@djamamockejoel159 Hi, how and where should i replace it?
@eyadal-junied
@eyadal-junied 10 ай бұрын
hello T Thank you for these videos. I am actually starting to love programming because of you, but I have an issue. When I run the app on my physical phone, every time I close the app, it returns to the previous version, and I have to run the app again. What is the problem?
@CodingwithT
@CodingwithT 10 ай бұрын
Thank you for your love and support ❤️. Try to uninstall the app and reinstall again. Use adb uninstall then app package name when connected with pc to uninstall properly. Example in the terminal adb uninstall com.codingwitht.ecommerceapp
@infinitcomp
@infinitcomp 10 ай бұрын
Hey Bro! Where do I find Lottie Json Images as u mentioned in images_string.dart file, @ 15:17
@CodingwithT
@CodingwithT 10 ай бұрын
I've added thise Jason's in the assets folder which you download from the link in description 🎉
@infinitcomp
@infinitcomp 10 ай бұрын
@@CodingwithT Thank u Bro! You are Rock Start!!!!
@YahyaAbdelaziz-q4w
@YahyaAbdelaziz-q4w 10 ай бұрын
hello, how many videos to finish the app?
@huzamhussain5432
@huzamhussain5432 6 ай бұрын
Hi! I love your videos and I'm following them my very best to the dot! I've encountered an error when I click create account for a new sign-up. I get an error telling me the JSON renderer needs to be setlenient(true). How do I come about this issue?
@CodingwithT
@CodingwithT 6 ай бұрын
This error is because you are using animation as strings but you have to use them in json format like in text strings you probably using docer = ".png or .jpg" but you have to use docer = ".json"
@huzamhussain5432
@huzamhussain5432 6 ай бұрын
@@CodingwithT Thank you so much for your answer!!! I used a lotte file from Iconlord website and it downloaded a json file. Replaced the image reference with the reletive path and it works well for the fullScreenLoader! Could this also be the reason if the first image from the onboarding screen does not appear when running for the first time in the build? When I run it on the emulator all works fine but when i put the build onto a device and run the app for the first time, the first image does not appear on the onboarding screen. If we hover the screens for sometime then the first image in the onboarding screen appears as normal. Please help. I tried adding extra pages for the onboarding screen and always the image on the first page does not load when app is opened for the first time? Thank you!
@chewlsyy
@chewlsyy 5 ай бұрын
I notice from the previous video on signup_controller.dart button is supposed to call to controller.signup() but in this video it's still calling VerifyEmailPage() Now that i am on this tutorial my empty text field is no more turning red error when i stick using controller.signup() on my signup_controller.dart 🤔
@bhardwaj_abhi3421
@bhardwaj_abhi3421 7 ай бұрын
Is this playlist over after part 53 ?
@CodingwithT
@CodingwithT 7 ай бұрын
I am working on the admin panel, and after the admin panel, I will again continue with more tutorials for this playlist.
@MohitJeswani-b5p
@MohitJeswani-b5p 10 ай бұрын
Please sir upload video daily
@hassanaly.1
@hassanaly.1 8 ай бұрын
Can you please share the exceptions folder?
@CodingwithT
@CodingwithT 8 ай бұрын
Already added in the starter kit
@shellcode-v6e
@shellcode-v6e 10 ай бұрын
can this exceptions be found on the free kit or are they only on the premium one?
@CodingwithT
@CodingwithT 10 ай бұрын
I will try to add these exceptions and upload the latest code
@maxxy-r3q
@maxxy-r3q 5 ай бұрын
@@CodingwithT hello sir, where i can find the costum exceptions ?
@omgitsammer
@omgitsammer Ай бұрын
Sir kindlyadd exceptions in free starter kit its really demootivating and time consuming to write such code :(
@CodingwithT
@CodingwithT Ай бұрын
We're working hard to finish the videos and provide you with all the resources you need. Thanks for your patience and support! 😊
@mapdev
@mapdev 10 ай бұрын
Hi sir please can you give me the linke to load the exception code. I looked for in the decription but I didn't see
@CodingwithT
@CodingwithT 10 ай бұрын
There is a download link from which you can download the latest project starter kit and in that all the files are included
@ohtoedevs
@ohtoedevs 9 ай бұрын
Hey great video series!...i'm having some trouble with the Firebase_Auth_exceptions.dart. After inputting all the values to create an account, when click on the Create An Account button, i get an error at the part of the code that says " An Unexpected Authentication Error occurred. Please try again"..Nothing gets created in Firebase. Following your code exactly, it seems to happen at the level of the default. When i test it out it seems that it is breaking in the Firebase_Auth_exception.dart code at this part of the code: default: return 'An unexpected authentication error occurred. Please try again.'; } Since it's the default and an unexpected error, I'm not sure what to do next. I downloaded your code exactly so It's not a typing error on my part. I tried uninstalling the app and reinstalling it. I have also run flutter clean and then flutter run. Nothing is working. Any tips?
@QujuanK1
@QujuanK1 9 ай бұрын
Do this flutter run --multidex in terminal
@shellcode-v6e
@shellcode-v6e 10 ай бұрын
is it normal for the project to ask for multidex support when building the project?
@CodingwithT
@CodingwithT 10 ай бұрын
Yes, it's normal for a project to request multidex support in Android when the number of methods in your code exceeds the limit imposed by the Dalvik Executable (DEX) format. The DEX format has a method reference limit, and when your project grows, you might hit this limit. Enabling multidex is a solution to this problem. It allows your app to have multiple DEX files, each containing a subset of the methods. This way, the app can surpass the method reference limit.
@shellcode-v6e
@shellcode-v6e 10 ай бұрын
​@@CodingwithT I'm specifically asking for this e-commerce project
@Pov_India
@Pov_India 10 ай бұрын
Sir,can you plz include playstore app publish
@CodingwithT
@CodingwithT 10 ай бұрын
I will try to include this. Noted ✌️
@SyahmieHazren
@SyahmieHazren 10 ай бұрын
may i know the type of phone you're using as emulator
@CodingwithT
@CodingwithT 10 ай бұрын
It's my own Physical device
@AugustBonou
@AugustBonou 10 ай бұрын
Please, can you show all exception error code ?
@CodingwithT
@CodingwithT 10 ай бұрын
I've explained all the exceptions in the next video.
@AugustBonou
@AugustBonou 10 ай бұрын
thank @@CodingwithT
@murtazaali9346
@murtazaali9346 4 ай бұрын
​@@AugustBonou download the starter kit, this includes a basic folder structure with assets - images & exceptions code.
@ishakumari9835
@ishakumari9835 Ай бұрын
@@murtazaali9346where is this starterkit
@b.farhana
@b.farhana 10 ай бұрын
Hello sir, Sir Do we expect a new video today? It's been 5 days🥲🥲
@CodingwithT
@CodingwithT 10 ай бұрын
From tomorrow onwards 🤠. Hopefully there will be no more gaps 😺
@muhammadmajid2178
@muhammadmajid2178 10 ай бұрын
❤️
@Suleiman-PC
@Suleiman-PC 10 ай бұрын
😄🥰😍🤗
@CodingwithT
@CodingwithT 10 ай бұрын
🎉😃👋
Flutter Forgot Password with firebase | Reset Password in flutter
16:36
小蚂蚁会选到什么呢!#火影忍者 #佐助 #家庭
00:47
火影忍者一家
Рет қаралды 120 МЛН
Fake watermelon by Secret Vlog
00:16
Secret Vlog
Рет қаралды 26 МЛН
Não sabe esconder Comida
00:20
DUDU e CAROL
Рет қаралды 37 МЛН
Un coup venu de l’espace 😂😂😂
00:19
Nicocapone
Рет қаралды 13 МЛН
Workshop on AI and API | Hackathon - United Group Presents BUET CSE Fest 2024
2:01:43
Passwordless authentication in #flutter and #firebase
11:00
Moniyo Matrix
Рет қаралды 6 М.
How to Setup Firebase in Flutter | Firebase CLI | Flutter Firebase
19:36
Flutter Firebase Authentication - Verifying Email
11:59
Andy Julow
Рет қаралды 32 М.
Flutter Firestore CRUD Operations (Create Read Update & Delete)
35:49
小蚂蚁会选到什么呢!#火影忍者 #佐助 #家庭
00:47
火影忍者一家
Рет қаралды 120 МЛН