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

Method getNumber

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

Source from the content-addressed store, hash-verified

25 getAll(): Record<string, IConfigValue>;
26 getBoolean(key: string): boolean;
27 getNumber(key: string): number;
28 getString(key: string): string;
29 getValue(key: string): IConfigValue;
30 reset(): Promise<void>;

Callers

nothing calls this directly

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