$where
import { $where } from "@hyper-fetch/firebase"
Description
Defined in constraints/firebase.constraints.ts:24
Preview
$where(fieldPath, opStr, value)
Parameters
Returns
{
toString: () => string;
type: WHERE;
values: any[];
}
import { $where } from "@hyper-fetch/firebase"
Defined in constraints/firebase.constraints.ts:24
$where(fieldPath, opStr, value)
{
toString: () => string;
type: WHERE;
values: any[];
}