ReactFire reference docs / useRemoteConfigValue
useRemoteConfigValue(
key):ObservableStatus<Value>
Defined in: src/remote-config.tsx:34
Accepts a key and optionally a Remote Config instance. Returns a Remote Config Value.
string
The parameter key in Remote Config
ObservableStatus<Value>