Posts by Rodrigo Taborda • 41 points
1 post
-
4
votes1
answer379
viewsQ: Firebase: How to load random data into a Recyclerview?
I am using a Query to load only 6 items from the Firebase database in Recyclerview but so far I can only sort using the orderByChild, limitToFirst or last. Everything is working fine but... I want…