googlearchive / firebase-util

An experimental toolset for Firebase
http://firebase.github.io/firebase-util
MIT License
276 stars 67 forks source link

paging with endAt/equalTo filters #68

Closed sgavade closed 8 years ago

sgavade commented 8 years ago

Hi,

I want to check if paging can be extended to also use filters such as equalTo, endAt. The current implementation allows me to pick a sort field but does not let me filter. Thoughts?

Regards, Sameer

katowulf commented 8 years ago

It cannot and there are no plans to try and make it work within these constraints. As you can imagine, endAt/startAt are used heavily in the pagination code. Since you cannot nest queries in any way, this wouldn't be compatible.