wherein not accounting for null values
vidicunt opened this issue · 0 comments
vidicunt commented
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