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

Method keepSynced

packages/firebase-database/index.android.ts:182–184  ·  view source on GitHub ↗
(bool: boolean)

Source from the content-addressed store, hash-verified

180 }
181 }
182 keepSynced(bool: boolean) {
183 this.native?.keepSynced?.(bool);
184 }
185 limitToFirst(limit: number): Query {
186 return Query.fromNative(this.native.limitToFirst(limit));
187 }

Callers

nothing calls this directly

Calls 1

keepSyncedMethod · 0.65

Tested by

no test coverage detected