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

Method keepSynced

packages/firebase-database/common.ts:23–23  ·  view source on GitHub ↗
(bool: boolean)

Source from the content-addressed store, hash-verified

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;
26 off(eventType?: EventType, callback?: undefined | ((a: IDataSnapshot, b: string | null) => void), context?: Record<string, any>): void;

Callers 2

keepSyncedMethod · 0.65
keepSyncedMethod · 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