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

Method getAll

packages/firebase-remote-config/common.ts:25–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 fetch(expirationDurationSeconds?: undefined | number): Promise<void>;
24 fetchAndActivate(): Promise<boolean>;
25 getAll(): Record<string, IConfigValue>;
26 getBoolean(key: string): boolean;
27 getNumber(key: string): number;
28 getString(key: string): string;

Callers 2

getAllMethod · 0.65
constructorMethod · 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