RecyclerviewAdapter using firebase doesn't sort correctly for more than 5 items
I'm experiencing an issue with my RecyclerView adapter. When I have fewer than 5 items in my Firebase database, the adapter works perfectly, and tapping an item displays the correct details. However, when I add more items (beyond 5), the…