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

Function useRemoteConfigAll

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

Source from the content-addressed store, hash-verified

64 * @param key The parameter key in Remote Config
65 */
66export function useRemoteConfigAll(key: string): ObservableStatus<AllParameters> {
67 return useRemoteConfigValue_INTERNAL<AllParameters>(key, getAll);
68}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected