Morsheda Jeba
Morsheda Jeba
  • 2
  • 21 548
How to fetch a particular user's information from Cloud Firestore in Flutter
It's a sequel of my previous video where I showed how to store user's information in Cloud Firestore. And In this video I've shown how to fetch a particular user's information from Cloud Firestore that we've stored back in our previous video.
If you haven't watch my previous video here's the link- th-cam.com/video/jq9ByaxYSG8/w-d-xo.html
Source code is available on github- github.com/Morsheda/Login-Form-Demo-in-Flutter
Medium- medium.com/@morshedajeba
มุมมอง: 20 267

วีดีโอ

Simple login form design with Firebase authentication in Flutter
มุมมอง 1.3K4 ปีที่แล้ว
In this video I've tried to show everything you need to know before building a login/ sign up form in Flutter. And I'm really very sorry for not having the audio. I've given the subtitle. It's my very first video tutorial, please pardon my mistakes. . . Here're the few lines you need to add to your app level build.gradle file after enabling multiDex- defaultConfig { ... testInstrumentationRunne...

ความคิดเห็น

  • @DexTer455
    @DexTer455 3 หลายเดือนก่อน

    Thank you sister 🙏🏻❤

  • @Qazi_Abbas
    @Qazi_Abbas 8 หลายเดือนก่อน

    just listing cute voice,

  • @kushanbandara6078
    @kushanbandara6078 ปีที่แล้ว

    great work.thanks a lot....

  • @justbe_joe9765
    @justbe_joe9765 ปีที่แล้ว

    Thank you soo much ma'am this is what i needed

  • @anishgupta6139
    @anishgupta6139 ปีที่แล้ว

    You made my day! Great work

  • @czogu5066
    @czogu5066 ปีที่แล้ว

    can u tell me why it displays me only part with "Email : " and users email is not showing here - like its blank ? i signed it in auth and it is in database?

  • @davidwest28.official
    @davidwest28.official 2 ปีที่แล้ว

    Thank you for presenting this content. I have wanted to know how to retrieve a single field from Firestore. You have shown that it is possible here. What I need to do now is discover the current method calls because Flutter has changed since the time of your recording. Many thanks 😊

  • @ramazandagl8466
    @ramazandagl8466 2 ปีที่แล้ว

    you save my day thanks a lot ! 🤩

  • @alfredjimmy5511
    @alfredjimmy5511 2 ปีที่แล้ว

    Thank uuu sooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo muchhhhhhhhhhhhhhhhhhhhhhhhh

  • @math179-p7t
    @math179-p7t 2 ปีที่แล้ว

    i was looking for this for so long! thank you so much

  • @kanykighoul3795
    @kanykighoul3795 2 ปีที่แล้ว

    Thank you very much, This has helped me alot

  • @adityadwivedi8798
    @adityadwivedi8798 2 ปีที่แล้ว

    It's still not working for me...

  • @meetpatel1011
    @meetpatel1011 2 ปีที่แล้ว

    Satisfied after this video already saw many of in yt and web but this help muchhhhhh more ❤❤ Thank you creator 💫💫

  • @codewithsebastian
    @codewithsebastian 2 ปีที่แล้ว

    Wow didn't know i would find something that makes more sense to me like this. By the way does the user details also show on the Authentication Dashboard in Firebase? or it only goes to Cloud Firestore? nice content anyway.

  • @shouryapandey3003
    @shouryapandey3003 2 ปีที่แล้ว

    wow i was looking this for a month great to i got thanks

  • @mahditaha2109
    @mahditaha2109 2 ปีที่แล้ว

    Why i am getting null value? Knowing that i tried to print uid and it works but the email returned is null

    • @derricktv4700
      @derricktv4700 2 ปีที่แล้ว

      Probably because you have no email

  • @b.rajesh5041
    @b.rajesh5041 2 ปีที่แล้ว

    Thanks a lot

  • @wahidahmedchowdhury9125
    @wahidahmedchowdhury9125 2 ปีที่แล้ว

    I have watched a lot of tutorial on this topic and guess what! After 2days of searching, i found the best one!!! Thanks ❤❤

  • @vyshnavtr2587
    @vyshnavtr2587 3 ปีที่แล้ว

    Thanks

  • @rubikandil9357
    @rubikandil9357 3 ปีที่แล้ว

    For example you have user1, user2, user3, user4, user5 and you have to get only user2, user3, user4 data or user1, user2 data how can you do that.

    • @sadamkhan-vv6dp
      @sadamkhan-vv6dp 2 ปีที่แล้ว

      the currentUser data is accessed with passing USER-ID, rest you can fetch whole collection like any other collection.

  • @xixstrix2260
    @xixstrix2260 3 ปีที่แล้ว

    can you make a tutorial video to read a list of data from firestore with an ontap to the detail page?

  • @officialtrapremix
    @officialtrapremix 3 ปีที่แล้ว

    NoSuchMethodError (NoSuchMethodError: Class 'FirebaseUser' has no instance getter 'name'. Receiver: Instance of 'FirebaseUser' Tried calling: name) getting this error please help me solve this also is there any way to contact you as i am trying to make a project that has marks within 10 days i have to submit the project! so with your help i will not be stuck anywhere!

  • @is6063
    @is6063 3 ปีที่แล้ว

    Great, i've been looking for this for hours, thanks brooo. :)

  • @shuvamgajurel7382
    @shuvamgajurel7382 3 ปีที่แล้ว

    If we want to retrieve multiple data then how can we do so?? Please reply..

    • @morshedajeba69
      @morshedajeba69 3 ปีที่แล้ว

      Say you have two more fields named- 'name' and 'age' of type string and integer respectively like I have 'email' and 'uid' fields of string type. Then you need to take two more variables as the field type to store the values you will fetch from these two fields like I have only taken myEmail to store the value of field 'email'.

    • @officialtrapremix
      @officialtrapremix 3 ปีที่แล้ว

      ​@@morshedajeba69 i did the same i have to store name and number so i took both string and declare it above like this //Declaration String myName; String myNumber; //in Fetch data code myName = ds.data['name']; myNumber = ds.data['number']; //services code (which i changed) (added this part) .setData({'email': user.email, 'uid': user.uid, 'name': user.name, 'number': user.number}) //debugging the app i am getting this error! NoSuchMethodError (NoSuchMethodError: Class 'FirebaseUser' has no instance getter 'name'. Receiver: Instance of 'FirebaseUser' Tried calling: name)

  • @mihirdharaiya8108
    @mihirdharaiya8108 3 ปีที่แล้ว

    not able to use ds.data['email']; plz help

    • @morshedajeba69
      @morshedajeba69 3 ปีที่แล้ว

      Check if the field name in that document is also 'email'(without quotation) or not.

    • @ashwinr475
      @ashwinr475 3 ปีที่แล้ว

      data( )["email"] use this

    • @ashwinr475
      @ashwinr475 3 ปีที่แล้ว

      data( )["email"] use this

    • @mohamedayman5240
      @mohamedayman5240 ปีที่แล้ว

      @@ashwinr475 you are a llife saver

  • @fawadmir6419
    @fawadmir6419 3 ปีที่แล้ว

    Can you do the same work using Firebase realtime database........

  • @ibalajihariharan
    @ibalajihariharan 3 ปีที่แล้ว

    displayName not working, how to retrieve the name of the profile from 'users' uid & email are working but not displayName, can you please help?

    • @morshedajeba69
      @morshedajeba69 3 ปีที่แล้ว

      Have you added any field for storing the 'displayName' that you want to fetch? Cause you have to provide the field name for fetching that data. Like I have only two fields for every user as you can see, one is 'email' & another is 'uid'.

  • @PranshulAgr
    @PranshulAgr 3 ปีที่แล้ว

    Please share the source code

    • @morshedajeba69
      @morshedajeba69 3 ปีที่แล้ว

      @Pranshul Agrawal I have updated the description. Since I made this video a long ago, versions of the used packages like- firebase_auth and cloud_firestore might be old. Just learn the concept and use the updated versions of the packages.

    • @PranshulAgr
      @PranshulAgr 3 ปีที่แล้ว

      @@morshedajeba69 okay

  • @tanasedaniel54
    @tanasedaniel54 4 ปีที่แล้ว

    thank you so much, you saved me

  • @faruqueaziz682
    @faruqueaziz682 4 ปีที่แล้ว

    There are tons of tutorials available for stream builders, stream providers, and what not... but the basic printing of data from Firestore is shown nowhere. Thanks to you. At this moment, you're possibly my favorite person! Appreciate your work!

    • @morshedajeba69
      @morshedajeba69 4 ปีที่แล้ว

      Thanks a lot for your appreciation ❤. It means so much to me.

  • @apparatingtonowhere6007
    @apparatingtonowhere6007 4 ปีที่แล้ว

    Great , Thanks For This🙏🙏

  • @KRISHNA-tf4tv
    @KRISHNA-tf4tv 4 ปีที่แล้ว

    Thanks , But it seems that u are not using the latest Flutter Fire , Please Upgrade! Great ✌️✌️👍👍 I am your big fan and always thankful to you keep doing this hard work

    • @morshedajeba69
      @morshedajeba69 4 ปีที่แล้ว

      Thank you so much for your concern & also glad to hear that ❤

  • @md.sayefpasha6840
    @md.sayefpasha6840 4 ปีที่แล้ว

    আপু, ফায়ার বেজ এর কাজ কি?? জাতি কমেন্টে জানতে চায়।

  • @md.sayefpasha6840
    @md.sayefpasha6840 4 ปีที่แล้ว

    good work. BTW, keep it going? or tired of editing and creating content in future? গূড জোব, চীয়ারছ।

  • @saiaramishra
    @saiaramishra 4 ปีที่แล้ว

    Very good work <3 Hope to see more of ur works

  • @nomrotamodak2517
    @nomrotamodak2517 4 ปีที่แล้ว

    Good job...take ❤️

  • @SMShovan
    @SMShovan 4 ปีที่แล้ว

    Nice effort Jeba. I always appreciate students to do anything outside their text books. Here are some tips for the noise issue. 1. Audacity is a great free tool that may help you to reduce the noise to some extent digitally. It needs some post-processing www.audacityteam.org 2. A good third party external digital voice recorder can completely eliminate the noise. Hopefully you will create more videos like this. If you want to create a series of videos like “Flutter for beginners to expert”, you can sell those online using different course based websites. It will open a new window for the student of CSE, RUET.

    • @morshedajeba69
      @morshedajeba69 4 ปีที่แล้ว

      Thank you so much sir for your appreciation & guidelines. It would never have been possible without your inspiration & support. I wasn’t even familiar with Flutter before you had told & guided us sir. You have always been an incredible mentor. It’s a blessing to work under your guidance sir.I'll sincerely try to follow your instructions while making other vireos. Thanks a lot again sir.

  • @hafiztushar4092
    @hafiztushar4092 4 ปีที่แล้ว

    Very good work 😍 hope to see more videos like this.

    • @morshedajeba69
      @morshedajeba69 4 ปีที่แล้ว

      Thanks a lot for your support ❤