Skip to content

Add QueryCondition.isNull(FieldPath fp) #15

Description

@adityagnrao

currently if there is a document which has a field set to null as below,
{
"fieldPath":null
}

to find the document by specifying a condition,
one has to use QueryCondition.typeOf("fieldPath", Value.Type.NULL) which is not intuitive.

Please add QueryCondition.isNull("fieldPath")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions