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

Method getBoolean

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

Source from the content-addressed store, hash-verified

24 fetchAndActivate(): Promise<boolean>;
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;

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