Fetch data from Firebase Cloud Firestore ,and display on a list on a Flutter app

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ต.ค. 2024
  • Fetch data from Firebase Cloud Firestore, and display it on a list on a Flutter app
    Source code :
    github.com/git...
    How to add Firebase to a Flutter project? :
    • How to Add Firebase to...
    Add Google-login in a Flutter app using Firebase Auth:
    • Add Google-login to a ...

ความคิดเห็น •

  • @nomanabdulmalik7904
    @nomanabdulmalik7904 2 ปีที่แล้ว +4

    You are working fine and well-appreciated keep continuing and making a playlist on flutter firebase. your teaching method is outstanding.😍😍😍😍

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

      Thank you very much! I am creating more tutorials on Flutter and Firebase.

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

    My man I have been on TH-cam for a very long time and I have never come across someone that can explain as good as you have in this video. I love you man

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

      Glad I could help, Stay connected.

  • @alerto2451
    @alerto2451 2 ปีที่แล้ว +1

    I've looking for this code for a week. Thank you!

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

      I am glad to know it helped. Welcome.

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

    Failed to load providerinstaller module: No acceptable module com.google.android.gms.providerinstaller.dynamite found. Local version is 0 and remote version is 0

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

      Please share more information , so that I can get a better idea of the problem that you are facing. Or you can take a look at the following threads...
      stackoverflow.com/questions/64343699/failed-to-load-providerinstaller-module-no-acceptable-module-found-local-versi
      github.com/firebase/flutterfire/discussions/7928

  • @acornerofherheart-jr9pl
    @acornerofherheart-jr9pl 7 หลายเดือนก่อน

    u explained well .. best video for novice like me

    • @droidmonk4820
      @droidmonk4820  7 หลายเดือนก่อน

      Glad it helped, Stay connected.

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

    Good, the explanation is easy to understand and I immediately put it into practice. However, I'm still confused about how to add loadmore to the list item? Can you make a tutorial video?

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

      Thanks for commenting, I'll try to create a video soon. Stay connected.

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

    Hello sir. I watched one of your videos on how to fetch data from Firebase Cloud firestore. It worked for me and thanks for that. Please i want to add a textfield in my app where a user can search for an item provided in my app from the cloud firestore. Please how do I do that?

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

      Have you checked this documentation: firebase.google.com/docs/firestore/query-data/queries
      -- this may be helpful. I will try to create a tutorial soon.
      Thanks for commenting.

  • @jobinsebastianlamannil
    @jobinsebastianlamannil 2 ปีที่แล้ว +1

    Good video bro..Learn a lot from it..Keep going .Thanks alot

  • @MaimounaAw-rl3oe
    @MaimounaAw-rl3oe ปีที่แล้ว +1

    thanks you it was a great help

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

      Happy to know it helped. Stay connected.

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

    Hi sir, I didn't get any errors but only the circular progress indicator showed up, any feedback?

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

      Have you added firebase to your Flutter project?
      th-cam.com/video/kwLz-0e6Eo0/w-d-xo.html

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

      @@droidmonk4820 sir I have added firebase to my project, still only circular progress indicator is showing on my screen.

  • @acornerofherheart-jr9pl
    @acornerofherheart-jr9pl 7 หลายเดือนก่อน

    hey i m stuck at showing appointment in calendar fetched from the firebase ...i tried various ways but not getting succeed do u have any video on that? not able to load all stored appointment on calendar dates

    • @droidmonk4820
      @droidmonk4820  7 หลายเดือนก่อน

      Currently I don't have a video on this, but I would like to know whether you are having the issue while fetching data from firebase or while populating the calendar with the data!!

    • @acornerofherheart-jr9pl
      @acornerofherheart-jr9pl 7 หลายเดือนก่อน

      @@droidmonk4820 sir i have successfully fetched data and also added data only issue is the fetched data are not be placed on datasource property of calendar ... my code for putting event on calendar is not working

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

    best video It totally works..... God bless you Bro

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

      Glad that you liked it, thanks.

  • @acornerofherheart-jr9pl
    @acornerofherheart-jr9pl 7 หลายเดือนก่อน

    hey i got ur video after resolving multidaxenabled issue.. then i implemented ur code for fetching data but i got _Jsonsnapshot' as a data not the value of my field ... i copied ur code exact still not working plz suggest where i m going wrongly in my database

    • @droidmonk4820
      @droidmonk4820  7 หลายเดือนก่อน +1

      Are you getting any error, take a look at your console and share the stacktrace if any

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

    Hi thanks for the tutorial but i tried using it in my app, I didn't get any errors but only the circular progress indicator came up. Any help as to what to do

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

      I would like to take a look at your code, can you share a github repo or a gist?

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

      same

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

      ​@@ravindraghate2814 I would be able to help if you share your code.
      Or take a look at your IDE's console to check if you've got any error log.

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

      @@droidmonk4820 it said that some Accessing hidden method Ljava/security/spec/ECParameterSpec;->setCurveName(Ljava/lang/String;)V (greylist, reflection, allowed) and many more like this. Can you help?

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

      @@droidmonk4820 and this W/DynamiteModule( 5163): Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found.

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

    My page keeps loading but not displaying anything. Any tips?

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

      Hi, sorry for the delay in responding. Please check if you are returning appropriate widget when data arrives or error occurs inside the builder function of the FutureBuilder.
      Thanks for commenting, stay connected.

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

    github?

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

      Hi Amiel Stark, below is the link to the repository.
      github.com/gitanjal/flutterfirebasedemo
      You may take a look at the file main.dart
      github.com/gitanjal/flutterfirebasedemo/blob/main/lib/main.dart

  • @franklee-rc5jz
    @franklee-rc5jz ปีที่แล้ว

    Why people keep watching this great playlist without even subscribing to Droidmonk? im new here i found he deserve 100k subs 6000 view but 6000 subs that's rare guys

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

      Thank you very much FRANK LEE for your motivating words. Glad to know that you liked the video. Stay connected.

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

    hello
    great video i followd along mulitible vidoes but i get the same erroe
    Performing hot restart...
    Syncing files to device AOSP on IA Emulator...
    Restarted application in 14,589ms.
    W/.example.theon(24392): JNI critical lock held for 21.173ms on Thread[14,tid=25064,Runnable,Thread*=0xcbb7d400,peer=0x12d43b38,"FirestoreWorker"]
    W/DynamiteModule(24392): Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found.
    I/DynamiteModule(24392): Considering local module com.google.android.gms.providerinstaller.dynamite:0 and remote module com.google.android.gms.providerinstaller.dynamite:0
    W/ProviderInstaller(24392): Failed to load providerinstaller module: No acceptable module com.google.android.gms.providerinstaller.dynamite found. Local version is 0 and remote version is 0.
    also tryed mulitible soslotions but nothing worked, if you know the proplem i will be gratfule
    note: i'm new to flutter and this is my first project

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

      Have you checked this SO thread:
      stackoverflow.com/questions/64343699/failed-to-load-providerinstaller-module-no-acceptable-module-found-local-versi
      You may get some hint in the solutions. I would also recommend to try running on a real device.