Firestore Data to Recyclerview | How to Retrieve Firestore data into Recyclerview | Android Studio

Поділитися
Вставка
  • Опубліковано 16 жов 2024

КОМЕНТАРІ • 95

  • @_foxandroid
    @_foxandroid  Рік тому +1

    This video with full audio : ua-cam.com/video/DGrTdMmEJzQ/v-deo.html

  • @eduardomontano238
    @eduardomontano238 Рік тому +2

    one week whit this suffering, i love you

  • @_dnju
    @_dnju 3 роки тому +2

    Thanks very much, I have been watching many tutorials but yours have worked, kudos 👊

  • @someshsahu4638
    @someshsahu4638 2 роки тому +1

    Very nice explanation sir thankyou so much 🙏🏼🙏🏼🙏🏼

  • @yasiruops2841
    @yasiruops2841 3 роки тому +1

    Bro you just saved my ase. thank you so much. respect man.

  • @anandmayeemaity7123
    @anandmayeemaity7123 2 роки тому +1

    thank you ... I was facing error while fetching the data, you solved my issue.

  • @agneliolhavanguane
    @agneliolhavanguane 3 роки тому +1

    It is clear, well explained. It just works! Thanks

  • @alkabhatnagar9473
    @alkabhatnagar9473 3 роки тому +1

    Wonderfully Explained, How to implement it on modifications ,as u did for Addition , actually recyclerview is not updated after any Updation. Plz. suggest.
    Thank you so much for sharing Video.

  • @vikaschandrakar2617
    @vikaschandrakar2617 3 роки тому

    You are really amazing brother , i saw many videos but only your method worked. I have implement image fetch also by watching this only . Thank you , keep making new update videos because many videos showing old methods which are wasting time only.

    • @markerlim
      @markerlim 2 роки тому

      Hi can I checkl how did you do image fetch?

    • @programmingwithsunny6121
      @programmingwithsunny6121 2 роки тому

      Yea would like to know can you please provide source code of how you did the imagefetch inside recyclerview

  • @leloucchgeass2764
    @leloucchgeass2764 5 місяців тому

    do you hae that has a search bar?

  • @chiragredij1734
    @chiragredij1734 Рік тому

    what if the data in the collection is empty? the progress dialog bar keeps rotation without any clear indication that there is no data

  • @teamkomputer8678
    @teamkomputer8678 3 роки тому +1

    Oh so Grateful , new tutorial with firebase

  • @atharvabhoknal8499
    @atharvabhoknal8499 2 роки тому +1

    Hello sir I followed you tutorial but my application still crashing for retrieval please suggest me solution

  • @Sourav_8089
    @Sourav_8089 3 роки тому +1

    Plz make another part of this video. Adding data from android app not from firestore. And various login user see the same activiteity in recycelar view.

  • @tahersmarty
    @tahersmarty 3 роки тому

    Very nice tutorial. This recycler view will make all the reads for the number of documents in a collection?

  • @bilalcharefa9462
    @bilalcharefa9462 2 роки тому

    how to refresh the rv when we remove a document cause he dont refresh automatically like when we add doc unless we relunch the app

  • @br0ken_6009
    @br0ken_6009 3 роки тому +2

    bro i made same app and uploaded on playstore but it crashes when fetching data from firestore , please help , it works smoothly in android studio emulator , but crashes when uploaded on playstore

  • @gabrielnjoroge1030
    @gabrielnjoroge1030 2 роки тому +1

    Great work . How can you put a button on the recycler view?

  • @신상현-t2x
    @신상현-t2x 2 роки тому

    Thanks for Tutorials, but I have a Question, When I was Running Application then App is failed to showing
    Please help me

  • @RazaAli-yb4ze
    @RazaAli-yb4ze 2 роки тому

    Great video helped me a ton with my project.

  • @techinnovatorsapp1584
    @techinnovatorsapp1584 2 роки тому

    Hello, Thank you for the tutorial. I am getting null value for some fields after I store firestore document in local arraylist. Field names in model class are set same as firestore document. Please help me if you have any idea regarding this.

  • @saga1658
    @saga1658 3 роки тому +1

    Thanks for the video...Well bhaiya please make a video on alarm manager with repetitive alarm, and alarm date and time can selected by DatePicker
    and Time picker...

  • @rameshwarshinde6191
    @rameshwarshinde6191 3 роки тому +1

    Sir in my ptoject i have null point exception for setLayoutManager problem how can i solve please tell me 😍🙏🙏

  • @MrThumper001
    @MrThumper001 2 роки тому

    Hello, in case of Type.MODIFIED, how do you update only that one value?

  • @ETNewVideo
    @ETNewVideo 3 роки тому +1

    Brother, How I can fetch image as well with users data in RecyclerView from Firestore??

    • @_foxandroid
      @_foxandroid  3 роки тому +1

      You need to fetch images separately from storage and merge with this data.... I'm planning Tutorial on that soon!!?

    • @ETNewVideo
      @ETNewVideo 3 роки тому +1

      @@_foxandroid kk Thanks

  • @fameflow227
    @fameflow227 3 роки тому +1

    Sir. I want to change the data of perticular data of realtime data. But getRef() not working. Please guide

  • @gilbertsanchez1714
    @gilbertsanchez1714 2 роки тому

    thanks sir, you help me a lot.

  • @rbu5001
    @rbu5001 2 роки тому

    error: incompatible types: MainActivity cannot be converted to LayoutManager
    recyclerView.setLayoutManager(this);
    Please HELP ME , how can i fix this problem ????

  • @muralidharan4174
    @muralidharan4174 2 роки тому

    Hi bro, the part in MyAdapter it is giving error in holder.firstName.setText(user.firstName); in this thing the second firstName is giving error "Cannot resolve symbol firstName"

  • @xavierxon
    @xavierxon 2 роки тому

    easy and helpful tutorial. Thanks.

  • @luisromariochignejimenez7427
    @luisromariochignejimenez7427 3 роки тому +1

    Thanks very much for the video bro, but for some reason my app keeps fetching data for a long time and doesn't get results. Could you help me please?

  • @duynguyenthanh8636
    @duynguyenthanh8636 3 роки тому +1

    tks so much for your help !

  • @tusharkumarprajapati3376
    @tusharkumarprajapati3376 Рік тому

    sir i am not getting the data from firebase to my app . can you please help me ?

  • @rbu5001
    @rbu5001 2 роки тому +1

    it's not work with me, I'am follow the video step by step , can any body help me please

  • @zemaa6362
    @zemaa6362 2 роки тому

    Thank you! Great video

  • @saga1658
    @saga1658 3 роки тому +1

    You are the best

  • @UltimateDevelopersGroup
    @UltimateDevelopersGroup 2 роки тому

    I wrote the same codes as in the video but it didn’t look like mine

  • @vijendradhabhai3035
    @vijendradhabhai3035 3 роки тому +1

    Sir maine 2 -3 jagah se same tutorial try kara h par mere recycler view me data retrive nhi horha . Its white but i can see box of cardview please gimme a fix asap

    • @_foxandroid
      @_foxandroid  3 роки тому

      DM me on IG

    • @depression_plusplus6120
      @depression_plusplus6120 3 роки тому

      Did you solved it

    • @vijendradhabhai3035
      @vijendradhabhai3035 3 роки тому

      @@depression_plusplus6120 model class ke variable name and data receiving ke time me variable name same rhna chaiyeh

    • @depression_plusplus6120
      @depression_plusplus6120 3 роки тому

      @@vijendradhabhai3035 bhai...sab thik thak hai...pata nahi kya ho raha😭...recycler view khulta hi nahi...khulte hi band ho jata hai

    • @vijendradhabhai3035
      @vijendradhabhai3035 3 роки тому

      @@depression_plusplus6120 bhai @foxandroid ko dm karle shyad ye madat karde

  • @danish2541987
    @danish2541987 Рік тому

    Great...

  • @tanishqmahendrasaini3764
    @tanishqmahendrasaini3764 3 роки тому +1

    Sir is FirestoreRecyclerAdapter deprecated ??

    • @_foxandroid
      @_foxandroid  3 роки тому

      Tanishq it's there but most of the audience doesn't prefer that....but if you are aware about it definitely go for it.❤️

    • @tanishqmahendrasaini3764
      @tanishqmahendrasaini3764 3 роки тому +1

      @@_foxandroid Sir I tried but it not even in the library

    • @_foxandroid
      @_foxandroid  3 роки тому +1

      Will try to make video on that soon!!!

  • @lazygirlgotjealous1683
    @lazygirlgotjealous1683 2 роки тому

    Hello good sir, i have a question. what if i want the data in in every cardview will be filtered out without using searchview? should i use .whereEqualTo instead of .orderBy? I hope you will notice this humble question of a learner. Thank you sir.

  • @meharusman874
    @meharusman874 3 роки тому

    Sir please create a tutorial (doctor appointment system)...!

  • @satoshixl2296
    @satoshixl2296 3 роки тому +1

    Thank you bro.

  • @Dhruv_Kikani_0101
    @Dhruv_Kikani_0101 3 роки тому +1

    Hello sir,
    I am get to store images in firebase db
    But it's images first image url to store in storage & application open it's show images. Plz special to make its part video.
    sir plz to make just idea uses for video

    • @_foxandroid
      @_foxandroid  3 роки тому +1

      Video on this will be posted soon Dhruv

  • @chiao2603
    @chiao2603 3 роки тому

    I use you method, but when delete data in firestore recycleview will not delete item in real time
    did you know how to solve? thanks

    • @chiao2603
      @chiao2603 3 роки тому +1

      else if (dc.getType() == DocumentChange.Type.REMOVED){
      userList.remove(dc.getDocument().toObject(User.class));
      I use the code but cant delete

    • @_foxandroid
      @_foxandroid  3 роки тому

      Call notifydatasetchanged method

    • @jekegoindustry297
      @jekegoindustry297 3 роки тому

      Notifydatachange method doesn't work

  • @royermichaelquispeccoya1036
    @royermichaelquispeccoya1036 2 роки тому

    Y como sería para integrar searchview?

  • @mahkhaikeat1726
    @mahkhaikeat1726 2 роки тому

    Thanks but why mine only able to get the first document

  • @sandykarthik1836
    @sandykarthik1836 3 роки тому +4

    I want source code bro

  • @adityarajeevkulkarni4704
    @adityarajeevkulkarni4704 2 роки тому

    Thanks a lot!!

  • @harshadbb9996
    @harshadbb9996 3 роки тому +1

    hie can you please tell how to retrive images from firestore

    • @_foxandroid
      @_foxandroid  3 роки тому

      You have to use Firestore for that purpose...i have video on that please check it

  • @naveendgp91
    @naveendgp91 2 роки тому

    how to get last added document ID

  • @superbest5059
    @superbest5059 3 роки тому +1

    1 view ❤️

  • @eyelamp8271
    @eyelamp8271 2 роки тому

    고맙띠~

  • @ayootjad832
    @ayootjad832 2 роки тому

    Sir please provide the source code ,, because I have errors and i need to solve it .. thank you

  • @imalonef4554
    @imalonef4554 3 роки тому +1

    Oh Man!
    You forget to tell "Add Internet Permission" 😒😞
    I just wasted whole day on it 😅😣

  • @Raf99
    @Raf99 Рік тому

    Does not work when object have arrays. Omg this Android Studio and Firestore are so stupid. I can serialize Lists but can't deserialise. Who the hell programmed it...

  • @azhagappankathiresan5338
    @azhagappankathiresan5338 2 роки тому

    I get no adapter attached error

    • @_foxandroid
      @_foxandroid  2 роки тому

      Make sure to set an apadter to your recycler view

  • @vloggerme
    @vloggerme Рік тому +1

    How to do same in Kotlin

    • @_foxandroid
      @_foxandroid  Рік тому

      Please check the video already posted on the Channel

  • @godzabomni4148
    @godzabomni4148 2 роки тому

    17:04

  • @e.h.guruprasadreddy9749
    @e.h.guruprasadreddy9749 3 роки тому

    Brother i got error please give source code brother

  • @ethiofamily831
    @ethiofamily831 2 роки тому

    Source code please

  • @LajdiroLL
    @LajdiroLL 2 роки тому

    Dude, pleeeeeease explain the stuff you're doing. Jesus man, for real, at least try.

  • @chandanv8430
    @chandanv8430 2 роки тому

    Sir i have an issue regarding my project...if u can help i might get good score in my final year..please can u help me..i need ur email to send my request