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

Method keepSynced

packages/firebase-database/index.ios.ts:228–230  ·  view source on GitHub ↗
(bool: boolean)

Source from the content-addressed store, hash-verified

226 }
227
228 keepSynced(bool: boolean) {
229 this.native?.keepSynced?.(bool);
230 }
231
232 limitToFirst(limit: number): Query {
233 return Query.fromNative(this.native.queryLimitedToFirst(limit));

Callers

nothing calls this directly

Calls 1

keepSyncedMethod · 0.65

Tested by

no test coverage detected