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

Function useRemoteConfigBoolean

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

Source from the content-addressed store, hash-verified

56 * @param key The parameter key in Remote Config
57 */
58export function useRemoteConfigBoolean(key: string): ObservableStatus<boolean> {
59 return useRemoteConfigValue_INTERNAL<boolean>(key, getBoolean);
60}
61
62/**
63 * Convience method similar to useRemoteConfigValue. Returns allRemote Config parameters.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected