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
Description:
Store the fields that have been ordered by with (and throw if you try to
orderBy twice in the same field) instead of just checking if any fields
have been ordered by.
An orderBy function cannot be called more than once in the same query
expression, except on different fields.
Fixing issue wovalle#266
Error:
Code:
Firestore allows ordering using multiple fields in the same query.
Firebase Docs:
Workaround: use customQuery to orderBy other fields.
The text was updated successfully, but these errors were encountered: