@roar-firebase-functions/core / SingleFilter
Interface: SingleFilter
Defined in: packages/core/src/filters/base.filter.ts:34
Represents a filter that compares a field to a specific value using a comparison operator.
Properties
field
field:
string
|string
[]
Defined in: packages/core/src/filters/base.filter.ts:35
The field name or path to filter on (can be a string or array of strings for nested fields)
op
Defined in: packages/core/src/filters/base.filter.ts:36
The comparison operator to use for the filter condition
value
value:
any
Defined in: packages/core/src/filters/base.filter.ts:37
The value to compare the field against