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

wherein not accounting for null values #990

Open
vladraduvidican opened this issue Sep 16, 2023 · 0 comments
Open

wherein not accounting for null values #990

vladraduvidican opened this issue Sep 16, 2023 · 0 comments

Comments

@vladraduvidican
Copy link

vladraduvidican commented Sep 16, 2023

Describe the bug
Using android and trying to use .wherein with a null value just ignores it.
Example:

.whereIn("reservation.cleanBy", listOf(null, firebaseAuth.currentUser!!.uid)
.whereEqualTo("reservation.cleanBy", null) works fine!

Expected behavior
The query result should also include the document where the specified value is null

Smartphone (please complete the following information):
Emulator API 33

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