-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
isNotEqualTo error #129
Comments
i think you must add an orderBy and create an index. ref = firestore geo and the index i have is uid Ascending location.geohash Ascending. it fixed the errors i had with this stream. btw, the errors were: |
actually, the solution i provided before doesn't work, it just clears out the error, but the stream is empty (even though it should provide data). might be a bug.. |
Any solution to this? I am having the exact same problem |
Hi,
When trying to get stream with the following collection my function stops running (no errors):
But when removing
isNotEqualTo
query it seems to work.Any ideas? When running the above query with a simple
.get()..docs
everything works fine.Thanks!
The text was updated successfully, but these errors were encountered: