Skip to content

react-query-firebase / react-native/remoteConfig / useRemoteConfig

Function: useRemoteConfig()

ts
function useRemoteConfig(): Module;

Defined in: react-native/remoteConfig/useRemoteConfig.ts:8

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

Returns

Module

The remoteConfig object from the Firebase context.

Released under the MIT License.