Skip to content

[cloud_firestore] isEqualTo matches against null #691

@kroikie

Description

@kroikie
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

No one assigned

    Labels

    impact: crowdAffects many people, though not necessarily a specific customer with an assigned label. (P2)plugin: cloud_firestoretype: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions