We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is no possibility to use additional filters like e.g. .limit or .where on CollectionReference. After set such filters following error is thrown:
Unhandled` Exception: type '_JsonQuery' is not a subtype of type 'CollectionReference<Object>'`
According to doc:
You can pass a Query instead of a CollectionReference into the collection(), then all geoqueries will be scoped with the constraints of that query.
Note: collectionReference can be of type CollectionReference or Query
The text was updated successfully, but these errors were encountered:
I have also run into same problem. The immediate workaround is to downgrade cloud_firestore to 2.5.4 and geoflutterfire 3.0.1
Sorry, something went wrong.
I have the same issue, I tried to downgrade but nothing worked.
No branches or pull requests
There is no possibility to use additional filters like e.g. .limit or .where on CollectionReference.
After set such filters following error is thrown:
According to doc:
The text was updated successfully, but these errors were encountered: