Skip to content
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

[friebase-firestore] Queries where fieldPath '==' boolean throws 'Error: Cannot convert boolean to Ljava/lang/Object; at index 1' #25

Closed
msn444 opened this issue Dec 16, 2021 · 1 comment

Comments

@msn444
Copy link

msn444 commented Dec 16, 2021

Queries where fieldPath '==' a boolean throws

Error: Cannot convert boolean to Ljava/lang/Object; at index 1

Example query
db.collection("sessions").where('isClosed', '==', false).get();

@msn444
Copy link
Author

msn444 commented Dec 16, 2021

This is resolved now that I upgraded to alpha.24. Thanks @triniwiz !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant