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

Method getValue

packages/firebase-remote-config/index.ios.ts:241–243  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

239 return this.getValue(key)?.asString?.();
240 }
241 getValue(key: string) {
242 return ConfigValue.fromNative(this.native.configValueForKey(key));
243 }
244
245 reset(): Promise<void> {
246 return Promise.resolve();

Callers 3

getBooleanMethod · 0.95
getNumberMethod · 0.95
getStringMethod · 0.95

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected