How I can get all collection with
level==2
and status==on
, order by count?
And limit only the first collection that I can get. And how can i get the collection value? I need to get the collection and store it since I need it for other function.
I already read Firestore documentation a few times now, but I still cant find the way to do this.