firebase-tools-ui icon indicating copy to clipboard operation
firebase-tools-ui copied to clipboard

wherein not accounting for null values

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

vidicunt avatar Sep 16 '23 13:09 vidicunt