So, I recently started out with firebase and it's pretty much fun. But now I'm stuck at this. I have this following node in the database, I am confused how the class should look like for this kind of data
My goal is to display username and userID in the recycler view, how can I archive this using FirebaseRecyclerView. Because I think, FirebaseRecyclerView only gets value from the keys to the model class.