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

Function useRemoteConfigString

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

Source from the content-addressed store, hash-verified

40 * @param key The parameter key in Remote Config
41 */
42export function useRemoteConfigString(key: string): ObservableStatus<string> {
43 return useRemoteConfigValue_INTERNAL<string>(key, getString);
44}
45
46/**
47 * Convience method similar to useRemoteConfigValue. Returns a `number` from a Remote Config parameter.

Callers 2

RcStringFunction · 0.85
RcStringFunction · 0.85

Calls 1

Tested by

no test coverage detected