Open vidicunt opened 1 year ago
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
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