-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
impact: crowdAffects many people, though not necessarily a specific customer with an assigned label. (P2)Affects many people, though not necessarily a specific customer with an assigned label. (P2)plugin: cloud_firestoretype: bugSomething isn't workingSomething isn't working
Description
QuerySnapshot _query = await someCollection
.where('field1', isEqualTo: value1)
.getDocuments();this will match a doc even when value1 in the query is null, but in the doc itself it's populated. likewise when you string together multiple isEqualTo statements. it just returns everything in the collection.
Metadata
Metadata
Assignees
Labels
impact: crowdAffects many people, though not necessarily a specific customer with an assigned label. (P2)Affects many people, though not necessarily a specific customer with an assigned label. (P2)plugin: cloud_firestoretype: bugSomething isn't workingSomething isn't working