jaberbu / onfirework

Makes Firebase easy to use
Other
0 stars 0 forks source link

Intersect ranges #26

Closed ezequieltejada closed 3 years ago

ezequieltejada commented 3 years ago

This is my proposal to add multiple ranged filters, please test before merge.

resolves #19

ezequieltejada commented 3 years ago

@jaberbu I've moved the limit to where it belongs.

Since we cannot use limit on the "child" queries before intersection, those queries must retrieve ALL the documents. so a different approach was taken.