vedartm / paginate_firestore

A flutter package to simplify pagination with firestore data 🗃
https://pub.dev/packages/paginate_firestore
MIT License
113 stars 136 forks source link

Filtered result . #40

Closed ganeshchenniah closed 3 years ago

ganeshchenniah commented 3 years ago

Hi,

Firestore document has a field called 'category' , i need to filter only those category field results ex: 'category' == 'men' or category == 'women'. So how do i filter documents based on these inputs . Can u give example code ?

ganeshchenniah commented 3 years ago

Hi,

I have upgraded the version to 0.2.2 , now the query support where and orderby is not mandatory . Hence closing the issue .

Thanks