MCPcopy Create free account
hub / github.com/NativeScript/firebase / equalTo

Method equalTo

packages/firebase-database/common.ts:22–22  ·  view source on GitHub ↗
(value: number | string | boolean | null, key?: undefined | string)

Source from the content-addressed store, hash-verified

20 ref: IReference;
21 endAt(value: number | string | boolean | null, key?: undefined | string): IQuery;
22 equalTo(value: number | string | boolean | null, key?: undefined | string): IQuery;
23 keepSynced(bool: boolean);
24 limitToFirst(limit: number): IQuery;
25 limitToLast(limit: number): IQuery;

Callers 1

equalToMethod · 0.65

Implementers 3

Querypackages/firebase-database/index.andro
Querypackages/firebase-database/index.ios.t
Querypackages/firebase-database/index.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected