Skip to content

react-query-firebase / web/remoteConfig / useRemoteConfig

Function: useRemoteConfig()

ts
function useRemoteConfig(): RemoteConfig;

Defined in: web/remoteConfig/useRemoteConfig.ts:8

Hook to access the Firebase Remote Config instance from the context.

Returns

RemoteConfig

The remoteConfig object from the Firebase context.

Released under the MIT License.