katowulf / mockfirebase

Firebase mock library for writing unit tests (experimental)
157 stars 40 forks source link

Lacking support for `limitToFirst()` and `limitToLast()` #92

Closed dylanjha closed 9 years ago

dylanjha commented 9 years ago

The Firebase javascript library prints Deprecation warnings for limit(). Consumers of the client library should be using limitToFirst() and limitToLast() instead

bendrucker commented 9 years ago

See #83. I put all work on this on pause. Just don't have the time for it right now. Would love to support 2.0 queries but I'm not able to spare the dozens of hours needed to make it happen right now.

dylanjha commented 9 years ago

@bendrucker thanks for the update!