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

Method getString

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

Source from the content-addressed store, hash-verified

26 getBoolean(key: string): boolean;
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>;

Callers 5

onMessageReceivedMethod · 0.65
handleActivityIntentMethod · 0.65
onMessageReceivedMethod · 0.65
handleActivityIntentMethod · 0.65
setCustomMetadataMethod · 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