Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes queryRecord when used with ref query interface (FirebaseExtende…
…d#608) When using `ref => ref.orderBy` (for instance), the resulting reference responds to `limit` (as it is a method provided by the firestore library). It's not necessary to check for a `limit` arg as it will simply be ignored. So this commit removes it.
- Loading branch information