You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes queryRecord when used with ref query interface (#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.
0 commit comments