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

Method getValue

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

Source from the content-addressed store, hash-verified

27 getNumber(key: string): number;
28 getString(key: string): string;
29 getValue(key: string): IConfigValue;
30 reset(): Promise<void>;
31 setDefaults(defaults: ConfigDefaults): Promise<void>;
32 setDefaultsFromResource(resourceName: string): Promise<void>;

Callers 4

exportValMethod · 0.65
valMethod · 0.65
getAllMethod · 0.65
getValueMethod · 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