Skip to content Skip to sidebar Skip to footer

Retrieving Data Using Firebaserecycleroptions

I need help in retrieving data using firebase recycleview adapter. I have tried many ways but I am unable to retrieve data. My main class fragment goes thus. public class AllUsers

Solution 1:

Maybe is that you don't call startListening() to begin listening for data

firebaseRecyclerAdapter.startListening();

Post a Comment for "Retrieving Data Using Firebaserecycleroptions"