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

Method fetch

packages/firebase-remote-config/common.ts:23–23  ·  view source on GitHub ↗
(expirationDurationSeconds?: undefined | number)

Source from the content-addressed store, hash-verified

21 activate(): Promise<boolean>;
22 ensureInitialized(): Promise<void>;
23 fetch(expirationDurationSeconds?: undefined | number): Promise<void>;
24 fetchAndActivate(): Promise<boolean>;
25 getAll(): Record<string, IConfigValue>;
26 getBoolean(key: string): boolean;

Callers 2

fetchMethod · 0.65
fetchMethod · 0.65

Implementers 3

RemoteConfigpackages/firebase-remote-config/index.
RemoteConfigpackages/firebase-remote-config/index.
RemoteConfigpackages/firebase-remote-config/index.

Calls

no outgoing calls

Tested by

no test coverage detected