(CRUD)📱Create & Store User Data • Firebase x Flutter Tutorial ♡

  Рет қаралды 75,476

Mitch Koko

Mitch Koko

2 жыл бұрын

💬 Chat App w/ Notifications • mitchkoko.gumroad.com/l/ChatA...
📱 Flutter Courses • mitchkoko.app/
👨🏽‍💻 I'm coding a startup.. / mitchkoko
/ createdbykoko
/ createdbykoko
/ createdbykoko
💰 Book Consultation Call • mitchkoko.gumroad.com/l/CallW...
~ ;
📱 TIKTOK • @createdbykoko
📱 INSTAGRAM • @createdbykoko
💻 GITHUB • github.com/mitchkoko/
🖥 WEBSITE • mitchkoko.app/
#flutter #createdbykoko

Пікірлер: 132
@createdbykoko
@createdbykoko 2 жыл бұрын
💬 Chat App w/ Notifications • mitchkoko.gumroad.com/l/ChatAppMasterclass 📱 Flutter Masterclass • mitchkoko.app/ 🔥 I'm coding a startup.. www.patreon.com/mitchkoko You might want to watch the previous videos first 👨🏽‍💻 1. Minimal LOGIN UI - kzbin.info/www/bejne/l3vHep6IntWaic0 2. Login & Logout - kzbin.info/www/bejne/ipzYgGuFgcypoc0 3. Sign Up Users - kzbin.info/www/bejne/g5fEZKhpo8aEm9k 4. Reset Password - kzbin.info/www/bejne/iaGXkGWwnpWekMk Firebase Setup for IOS - kzbin.info/www/bejne/nqqTf6eIZbOKarM Firebase Setup for Android - kzbin.info/www/bejne/qauXpJ-Ge9x4rNU
@Baret1xxx
@Baret1xxx 2 жыл бұрын
Next pls add loading indicators.
@sardsiders6862
@sardsiders6862 2 жыл бұрын
hi my web app and android emulator works fine but my apk file that installed on my phone is not connecting to firebase . when im try to sign in or up this error pops up:[firebase_auth/unknown] com.google.firebase.j:an internal error has occurred.[json conversion failed! ] failed to parse error for string[ Error 403 (Forbidden)!!1 ...]
@Baret1xxx
@Baret1xxx 2 жыл бұрын
@@sardsiders6862 you have to set application on your firebase database. ask me here if you stuck.
@sardsiders6862
@sardsiders6862 2 жыл бұрын
@@Baret1xxx i did that , even entered sha1 , sha256. android manifest.xml permissions , googlesevices.json, firestore , firestore rules read and write , sdk setup configured
@Baret1xxx
@Baret1xxx 2 жыл бұрын
@@sardsiders6862 hmmm, wierd. maybe try to create new database and connect again. or maybe create fresh project and try to connecto to fresh database so you can rule out where the problem is.
@yehiael-kenany4868
@yehiael-kenany4868 2 ай бұрын
I'm grateful that you provided this. Easy to understand and effective.
@christianastudillo1741
@christianastudillo1741 Жыл бұрын
Hi, I'm from Chile and I've been looking for quality material on flutter for a long time. I thank you for your work, far the best I found on the subject.
@better_notes182
@better_notes182 Ай бұрын
This is the easiet video the understand the basics, You just explain this so simply - THANKS a ton ❤
@rawlinsg.1792
@rawlinsg.1792 2 жыл бұрын
Super thanks for these videos. Short, simple and easy to digest. Keep going!
@kushal6333
@kushal6333 Жыл бұрын
If anybody cant see the users data in database just stop your app and rebuild it again. If any errors were encountered in app/gradle change minsdkversion 21
@createdbykoko
@createdbykoko Жыл бұрын
Correct great comment Kushal 💜
@kushal6333
@kushal6333 Жыл бұрын
@@createdbykoko Tq Mitch hope you bring more worthy quality tutorials !! ;-)
@createdbykoko
@createdbykoko Жыл бұрын
@@kushal6333 more to come! 💜
@eboatwright_
@eboatwright_ Жыл бұрын
These videos are amazingly helpful as always!
@abishekab21
@abishekab21 Ай бұрын
I love that you exist. THANK YOU
@createdbykoko
@createdbykoko Ай бұрын
Haha thank you ❤️
@adttwo
@adttwo 2 жыл бұрын
Mitch - thanks for putting these together and releasing them to the public. Very helpful and you do a nice job explaining what's going on. I do have a quick question, though. When you store the user data and then read it back for display in the ListTiles, I notice you're not writing the data into an "object" - you're just reading the raw json data and writing the field contents to the various ListTile fields. Can you discuss the pros/cons of doing it that way vs. writing a "User" class and then using the Firebase data to create new instances of "user"?
@AKHIL-cg7uo
@AKHIL-cg7uo 2 жыл бұрын
Thanks for the tutorial as a beginner I really appreciate your work you made it look incredibly simple. Your channel is going to grow very big.
@createdbykoko
@createdbykoko Жыл бұрын
Thank u! Glad it helps. 💜💜❤️
@katlegolionel1174
@katlegolionel1174 2 жыл бұрын
Bro, Thanks for the awesome tutorials, really like how you're able to easily explain what you're doing. Look forward to more in this series.
@createdbykoko
@createdbykoko 2 жыл бұрын
No problem :) more to come 👨🏽‍💻
@ibracade1
@ibracade1 3 ай бұрын
What a channel 👏🏻 Keep Moving Bro I appreciated to U ❤
@JAY-bo7tg
@JAY-bo7tg 2 жыл бұрын
learning with your background music 😊😊😊😊😊😊,, thank you so much
@muhammadhylmizahididroos3222
@muhammadhylmizahididroos3222 2 жыл бұрын
Mitch thank you for the vid, I have a question tho, you mentioned to just use a firestore database in test mode and not production mode. Is there a reason why?
@BeaconofHopeNetwork
@BeaconofHopeNetwork 2 жыл бұрын
good one, this help me as a beginner in flutter. thanks for making it easy
@Sam0_21_
@Sam0_21_ 2 ай бұрын
Beautifully explained. thank you!!
@crystinecullen3031
@crystinecullen3031 Жыл бұрын
Thanks Mitch for this series of tutorial, really help me out a lot man, appreciate it so much !! For those who are having problem on writing into firestore database, you might probably create the database in production mode, what you need to do is go to the rules setting in firebase, set it like this : rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { match /{document=**} { allow read, write: if true;
@Soleryth
@Soleryth Жыл бұрын
I just discovered your channel Super clear and helpful tutorial Chill voice, explainations and music All of it is awesome 👍
@rpeg18
@rpeg18 Жыл бұрын
Absolute Legend! Keep up the fabulous work!
@createdbykoko
@createdbykoko Жыл бұрын
Thanks haha means a lot to me.
@gada_daily
@gada_daily 2 ай бұрын
omg thank you so much bro. i spent 1 day to solve this one
@akar._.J
@akar._.J 2 жыл бұрын
Your videos have been much more useful than the outdated angela yu course for me, thank you very much!
@createdbykoko
@createdbykoko 2 жыл бұрын
wow that is great to hear haha
@abrahamkristanto8531
@abrahamkristanto8531 2 жыл бұрын
awesome content man, keep it up!
@Mikecdes
@Mikecdes 10 ай бұрын
Love your videos Mitch
@darul-asar381
@darul-asar381 2 жыл бұрын
thanks for such a great tutorial, we appreciate it 🔥🔥🔥🤝
@chadikammoun8105
@chadikammoun8105 Жыл бұрын
i followed every step but the firebase console won't create a data collection automatically, and it seems to be a problem with many others besides me , i was wondering if it's due to the new update or something of that sort
@osaweleemmanuel472
@osaweleemmanuel472 Жыл бұрын
I came here for the extra controllers. I have not applied it yet but thank you man. I already think it would work for me😁😁. I love how you teach. If you have created a video how to retrieve the data saved in collections to users screen in form of news or articles, please send me the link. Also, how I can make a particular user see text fields that other users can't see. Will try to Crack these myself but nothing bad in learning from someone with experience. My goal is to add a news section that I can update from admin panel to my app. So, I plan to use what I know so far to do that, and learning this now, will be of great help. Thank you sir.
@jay_choi429
@jay_choi429 2 жыл бұрын
i love your course thanks a lot!
@dschamain6637
@dschamain6637 Жыл бұрын
Big thank you for your Videos. I have a question: How do i set the uid from the currentuser(the new createt one) in the addUserDetails ?
@williamshakespear2190
@williamshakespear2190 Жыл бұрын
Hi, Thank you for the video... it has saved me. How can I pick the value of the checkbox to store along with the user's information during sign up ?
@moharb1068
@moharb1068 2 жыл бұрын
Thank you for this tutorial really useful. A question Can we use images like get images from the user. And how to make the data easy to use to put it on excel maybe
@xsentialmart979
@xsentialmart979 Жыл бұрын
Hey Mitch! Thanks for this awesome video. Your videos have been so helpful and still do. I’m wondering if you could do a video on how to add more user data (update user data) to the currentUser on another screen after a successful signin/signup. Regards,
@bharatchauhan3550
@bharatchauhan3550 7 ай бұрын
You need to enable multidex support if you are unable to write to firestore from your android device/emualtor. Simple stop the app, open terminal, write 'flutter run' and it will prompt you to enable multidex, press y and it's done.This should probably fix the issue.
@bububiboo9764
@bububiboo9764 6 ай бұрын
Thank you, saved me a lot of research time :)
@anbeshathapa7932
@anbeshathapa7932 2 жыл бұрын
Thank you for this tutorial but what to do if we want to show more data of users like name and age on screen also. Please help me in this.
@user-uh2bu7cj9s
@user-uh2bu7cj9s 2 жыл бұрын
Thank you man for your great tutorials 💚!!
@createdbykoko
@createdbykoko 2 жыл бұрын
no problemo 💚
@sahilkachhap
@sahilkachhap 2 жыл бұрын
Sir, can you please share how can we insert a list of map values inside the firestore document
@palashjyotigoswami9999
@palashjyotigoswami9999 2 жыл бұрын
Thanks man... Your videos are awesome.. 👍
@sammyjokes9613
@sammyjokes9613 2 жыл бұрын
Sweet.... Just sweet. Love you man ❤
@createdbykoko
@createdbykoko 2 жыл бұрын
❤️❤️❤️
@gintoki_sakata__
@gintoki_sakata__ 5 ай бұрын
Just the video i needed. Thanks mate
@shagirulhassan7245
@shagirulhassan7245 2 жыл бұрын
can u pls tell me where u have defined the data() method used in snapshot.data!.data() as Map;
@vijayganganapalli
@vijayganganapalli 2 жыл бұрын
Thank you, Mitch Koko. Your videos are very nice and clear. Thank you again for sharing such knowledge to all. But how to use date of birth field instead of age. Can you make video on that.
@JamesJT
@JamesJT 2 ай бұрын
Anyone going through this and getting issues with the creation of the Auth User being fine but the saving of the details not working? I was getting an exception 'Unable to establish connection' whilst getting this to work. Hopefully you can use my comment as a timely reminder to make sure you preiodically run 'flutter clean' and 'flutter pub get' as that's what solved my issue in the end. Developing apps like this which require adding new dependencies every now and again can throw up issues like this, so make sure you clean and get when experiencing weird issue before you tear your hair out
@mxoody
@mxoody Жыл бұрын
instead of showing the user email in the home screen, is there a way to show the name of the user instead?
@adamcholewinski7240
@adamcholewinski7240 Жыл бұрын
what a peaceful guy
@createdbykoko
@createdbykoko Жыл бұрын
✌🏽😂
@arinahomuleba4165
@arinahomuleba4165 2 жыл бұрын
🔥🔥🔥❤️Let’s keep going✊
@vianeyvargas7736
@vianeyvargas7736 2 жыл бұрын
Can you please upload a video on how to add the details of users with the same Authentication id? ie the UID ? please
@x7enia
@x7enia Жыл бұрын
i did the same thing but there is no data in the firestore just login
@Mikecdes
@Mikecdes 10 ай бұрын
Mitch please make a video on how to use git and GitHub
@dfccxccc3366
@dfccxccc3366 10 ай бұрын
your are great man. ❤
@MohamedAhmed-ys2np
@MohamedAhmed-ys2np 2 жыл бұрын
Keep going ❤️❤️
@shadowgreen123
@shadowgreen123 Жыл бұрын
Nice videos! Thank you
@ameyamathur1350
@ameyamathur1350 2 жыл бұрын
bro pls also make full flutter app development videos like starting till end including database/backend as well.. this is what many other youtubers also do but they don't explain the code well.
@georgezakka5046
@georgezakka5046 Жыл бұрын
Can you please do a tutorial on how to fetch a single user data I’ve been trying to figure the code out for months thank you 😢
@cajschloerike
@cajschloerike Жыл бұрын
just thanks once again :D
@createdbykoko
@createdbykoko Жыл бұрын
💜 No problem!
@sheikhshort1999
@sheikhshort1999 10 ай бұрын
AoA mitch koko Sir this video same code to enter butt cloud firestore not add data kindly please describe your mistake
@coltonsconyers1604
@coltonsconyers1604 Жыл бұрын
Anybody else having issues with your app duplicating the list of users with every hot reload?
@nghiavo6263
@nghiavo6263 2 жыл бұрын
Nice job mate
@createdbykoko
@createdbykoko 2 жыл бұрын
@peterparker8548
@peterparker8548 4 ай бұрын
how to add gender selected please
@eliuddyn
@eliuddyn 2 жыл бұрын
Super 🔥🔥
@eNONO-ot4zh
@eNONO-ot4zh 2 жыл бұрын
Thank u 👍
@ahmadtaho8653
@ahmadtaho8653 2 жыл бұрын
Please ,Make video how to create listing directory app ♡
@mdxenon4749
@mdxenon4749 2 жыл бұрын
Hey, great work, I would like to know if its possible to create non-user data, and how will the funtion 'addUserDetail' look. What i'm trying to say is that i would like to save the Registration, but the data I put in database is smth else, like Quantity of Objects and the price for example
@mdxenon4749
@mdxenon4749 2 жыл бұрын
I somehow figured it out, I used AlertDialog, and placed there TextFields with button, and the function is + - like you.
@viswanathmadineni9088
@viswanathmadineni9088 8 ай бұрын
using sqflite database code you can explain it
@YilmazSefa
@YilmazSefa 2 жыл бұрын
Github Anyone find the project?
@farahizzaty8660
@farahizzaty8660 Жыл бұрын
When I sign up, only email and password inserted into the authentication but none of the data inserted into the database TT have seen the comments saying I should have the variable of each controller same in the method but not working tooTT
@vaibhavreddy3419
@vaibhavreddy3419 Жыл бұрын
same
@yamilrh
@yamilrh 2 жыл бұрын
nice. good job
@createdbykoko
@createdbykoko 2 жыл бұрын
👨🏽‍💻✌🏾
@alperborabay2423
@alperborabay2423 2 жыл бұрын
login and register code is working but on my register code, users names are not add to firestore
@createdbykoko
@createdbykoko 2 жыл бұрын
hey I'd love to help but I'm going to need more information from you! But first please make sure you followed the tutorial and didn't miss anything. Sometimes that can happen
@lucasantoniodev
@lucasantoniodev 2 жыл бұрын
Thanks bro
@createdbykoko
@createdbykoko 2 жыл бұрын
My pleasure lucas 👨🏽‍💻❤️
@esthera3624
@esthera3624 Жыл бұрын
Great video ! So helpful, how would you do this with a phone number please
@Yunus_D
@Yunus_D Жыл бұрын
thnx
@VTechBroLive
@VTechBroLive 2 жыл бұрын
You are really awesome 😘
@createdbykoko
@createdbykoko 2 жыл бұрын
Haha thanks 👨🏽‍💻
@imaduddinabdulkarim5967
@imaduddinabdulkarim5967 Жыл бұрын
why the user data is not added in my firestore? pls help anyone
@createdbykoko
@createdbykoko Жыл бұрын
Check each step carefully and make sure u didnt miss anything. Let me know if it still doesnt work
@alyanshah964
@alyanshah964 Жыл бұрын
Can you tell why authentication and firestore data which is being stored after signup has different Doc Ids. Shouldnt they be the same? Correct me I know i'm doing something wrong but while fetching data of one user i'm having trouble. Also i enjoy all of your work. Thank's for making such cool videos.
@liammcgarrigle
@liammcgarrigle 9 ай бұрын
Yes that's how it should be done but it has to be done manually and he's trying to keep it simple. In the put request to Firestore you can name the document (aka the entry in the database). There plenty of info about that in the firestore docs. It's good practice to name it the same as the user id so it's easy to fetch the info as needed
@maxgh8315
@maxgh8315 2 жыл бұрын
I want more
@epi_sto_letes
@epi_sto_letes Жыл бұрын
I followed this tutorial closely. However the data did not end up in the database. Is there some other pre-step that has to be taken? Some kind of verification with Firebase, Firestore, etc?
@epi_sto_letes
@epi_sto_letes Жыл бұрын
Users are added to Authentication/Users. But no data gets added to database.
@randomdude1509
@randomdude1509 Жыл бұрын
@@epi_sto_letes Make sure the order of the items in the addUserDetails String and the list below it are the same. let me know if that helps.
@Baret1xxx
@Baret1xxx 2 жыл бұрын
adding cloud_firestore in yml file make build extremely long
@mithilabandara3439
@mithilabandara3439 Жыл бұрын
after adding firebase database dependency into pubspec.yaml file I can't launch the app. I'm getting error like this Launching lib\main.dart on SM A032F in debug mode... main.dart:1 ERROR:D8: Cannot fit requested classes in a single dex file (# methods: 102318 > 65536) com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives: The number of method references in a .dex file cannot exceed 64K. Learn how to resolve this issue at developer.android.com/tools/building/multidex.html at com.android.builder.dexing.D8DexArchiveMerger.getExceptionToRethrow(D8DexArchiveMerger.java:151) at com.android.builder.dexing.D8DexArchiveMerger.mergeDexArchives(D8DexArchiveMerger.java:138) at com.android.build.gradle.internal.tasks.DexMergingWorkAction.merge(DexMergingTask.kt:859) at com.android.build.gradle.internal.tasks.DexMergingWorkAction.run(DexMergingTask.kt:805) at com.android.build.gradle.internal.profile.ProfileAwareWorkAction.execute(ProfileAwareWorkAction.kt:74) at org.gradle.workers.internal.DefaultWorkerServer.execute(DefaultWorkerServer.java:63) at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.create(NoIsolationWorkerFactory.java:66) at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.create(NoIsolationWorkerFactory.java:62) at org.gradle.internal.classloader.ClassLoaderUtils.executeInClassloader(ClassLoaderUtils.java:100) at org.gradle.workers.internal.NoIsolationWorkerFactory$1.lambda$execute$0(NoIsolationWorkerFactory.java:62) at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:44) at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:41) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204) at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66) at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157) at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59) at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53) at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73) at org.gradle.workers.internal.AbstractWorker.executeWrappedInBuildOperation(AbstractWorker.java:41) at org.gradle.workers.internal.NoIsolationWorkerFactory$1.execute(NoIsolationWorkerFactory.java:59) at org.gradle.workers.internal.DefaultWorkerExecutor.lambda$submitWork$2(DefaultWorkerExecutor.java:205) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runExecution(DefaultConditionalExecutionQueue.java:187) at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.access$700(DefaultConditionalExecutionQueue.java:120) at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner$1.run(DefaultConditionalExecutionQueue.java:162) at org.gradle.internal.Factories$1.create(Factories.java:31) at org.gradle.internal.work.DefaultWorkerLeaseService.withLocks(DefaultWorkerLeaseService.java:249) at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:109) at org.gradle.internal.work.DefaultWorkerLeaseService.runAsWorkerThread(DefaultWorkerLeaseService.java:114)
@AbdulRehman-xy5lo
@AbdulRehman-xy5lo Жыл бұрын
bro my data is nt saving in firestore i did all the work you done?
@AhmedAdel-nr6sc
@AhmedAdel-nr6sc Жыл бұрын
solve it ?
@quackshadow
@quackshadow 2 жыл бұрын
So whenever I get them signup after I added the firstname and lastName things. the app crashes and doesn't put the info in the database, but it does put it in the authentication area still. can you help me?
@createdbykoko
@createdbykoko 2 жыл бұрын
Hello, I’m going to need more information to help you out. But make sure to follow the steps correctly. A big part of coding is trying to isolate the problem, so keep checking if the code is working until you get to the point that it crashes, then we can try to find exactly what the issue is. Also in many cases, i recommend just starting again from scratch. Let me know how it goes!
@quackshadow
@quackshadow 2 жыл бұрын
@@createdbykoko well it was working the entire time I was working on it. until I stated using the cloud firestore, I am using vscode but I am using an android emulator because I do not own an apple macbook. But when I woke up this morning, the app won't run at all here is the error: │ C:\Users\User\Desktop\Flutternewstuff\SpinTheBible\stb_flutter\android\app\build.gradle: │ android { │ defaultConfig { │ minSdkVersion 19 │ } │ } Note that your app won't be available to users running Android SDKs below 19. Alternatively, try to find a version of this plugin that supports these lower versions of the Android SDK. i've tried changing the min Sdk version to 21 and I followed the setup tutorial for android which worked but it now says it had an error in the builf.gradle file on line 28 in the app folder.
@quackshadow
@quackshadow 2 жыл бұрын
@@createdbykoko So I removed the cloud firestore stuff and its working now. but I can't store data in cloud firestore
@jinroxenplays5302
@jinroxenplays5302 2 жыл бұрын
@@quackshadow still facing the problem ?
@helvecioguimaraes
@helvecioguimaraes 2 жыл бұрын
Is anyone having issues with minSdkVersion after adding cloud_firestore?
@dorstern245
@dorstern245 Жыл бұрын
ya me, you solve that?
@helvecioguimaraes
@helvecioguimaraes Жыл бұрын
@@dorstern245 Hey, I ended up following other tutorials afterwards, and I just saw Firebase has launched its own package for login UI and backend connection through Flutter. But in general it seems you'd have to go through changing the sdkVersion here and there, once asked, to make things work.
@MWStudiooo
@MWStudiooo 2 жыл бұрын
♥️♥️
@chrisokoriedev
@chrisokoriedev Жыл бұрын
great vid but you didnt show how to access the data
@shansalaayodya8149
@shansalaayodya8149 2 жыл бұрын
Hey Mitch I want to know how to display details of two different users. That means, there is a person called Mitch who registered to the app providing his details. Also, there is another person called Koko who registered to the app providing his details. Now I want to know how to display data when Mitch logged in to the app. All this data should belong to Mitch. If Koko login, that data should belong to Koko.
@createdbykoko
@createdbykoko 2 жыл бұрын
Sure thing Shansala! Coming soon
@shansalaayodya8149
@shansalaayodya8149 2 жыл бұрын
@@createdbykoko 💝
@liammcgarrigle
@liammcgarrigle 9 ай бұрын
Not sure if he ever made a video about this What you would do is name the document (data base entry) the same as the user id. (Plenty of info in the firestore docs) Then when you need that info, you search the database for the record that matches the logged in users user id
@shansalaayodya8149
@shansalaayodya8149 2 жыл бұрын
@createdbykoko
@createdbykoko 2 жыл бұрын
😛 thanks shansala
@bimoadi8006
@bimoadi8006 3 ай бұрын
10:00
@khoaiarrt
@khoaiarrt Жыл бұрын
I have a problem at this level, my data is automatically saved it is not redirected to the database message error on IDE FirebaseAuthException ([firebase_auth/email-already-in-use] The email address is already in use by another account.)
@sardsiders6862
@sardsiders6862 2 жыл бұрын
hi my web app and android emulator works fine but my apk file that installed on my phone is not connecting to firebase . when im try to sign in or up this error pops up:[firebase_auth/unknown] com.google.firebase.j:an internal error has occurred.[json conversion failed! ] failed to parse error for string[ Error 403 (Forbidden)!!1 ...]
@user-vt7kr8vs9b
@user-vt7kr8vs9b 3 ай бұрын
So simple but accurate
@Omarhi51llarious4tsxdl1l
@Omarhi51llarious4tsxdl1l Жыл бұрын
Just Curiosity.🫣 Can anyone collect user password too???
Зачем он туда залез?
00:25
Vlad Samokatchik
Рет қаралды 3 МЛН
📱Local Storage • HIVE × FLUTTER Tutorial ♡
10:27
Mitch Koko
Рет қаралды 66 М.
📱Sign Up Users • Firebase x Flutter Tutorial ♡
14:29
Mitch Koko
Рет қаралды 68 М.
How to store data in Firestore Flutter - Cloud Firestore 2023
13:08
Coding With T
Рет қаралды 87 М.
Flutter Firebase CRUD (Create, Read, Update, Delete)
15:23
HeyFlutter․com
Рет қаралды 200 М.
Most overpowered way to build mobile apps?
8:33
Beyond Fireship
Рет қаралды 743 М.
📱Reset Password • Firebase x Flutter Tutorial ♡
13:09
Mitch Koko
Рет қаралды 48 М.
React Native vs Flutter in 2024 - Make the RIGHT Choice (Difference Explained)
10:31
Daniel Dan | Tech & Data
Рет қаралды 154 М.
Как бесплатно замутить игровой ноутбук
1:00
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 238 М.
Battery  low 🔋 🪫
0:10
dednahype
Рет қаралды 12 МЛН
ОБСЛУЖИЛИ САМЫЙ ГРЯЗНЫЙ ПК
1:00
VA-PC
Рет қаралды 2,1 МЛН
Как правильно выключать звук на телефоне?
0:17
Люди.Идеи, общественная организация
Рет қаралды 1,8 МЛН