MCPcopy Index your code
hub / github.com/FirebaseExtended/reactfire / useRemoteConfigValue

Function useRemoteConfigValue

src/remote-config.tsx:34–36  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

32 * @param key The parameter key in Remote Config
33 */
34export function useRemoteConfigValue(key: string): ObservableStatus<RemoteConfigValue> {
35 return useRemoteConfigValue_INTERNAL<RemoteConfigValue>(key, getValue);
36}
37
38/**
39 * Convience method similar to useRemoteConfigValue. Returns a `string` from a Remote Config parameter.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected