I want to retrieve lets say 10 random children of a collection in firebase firestore, how can this be done? Now what I only already know is how to retrieve a specified item and his children, but not, multiple random items.
I 'm also want this to be applied to some ranked items, in order to retrieve a mix between new uploaded items, and the popular items. Where can I get some info about this topic?