firebase/firebase-tools-ui

wherein not accounting for null values

vidicunt opened this issue · 0 comments

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