Collection of methods that allow an Eitri-App to interact with the Firebase Remote Config service.
Returns the parameter value for the given key as a string
await Eitri.exposedApis.remoteConfig.getString("envKey") Copy
await Eitri.exposedApis.remoteConfig.getString("envKey")
Object containing a Firebase Remote Config parameter key for destructuring.
A Firebase Remote Config parameter key.
Collection of methods that allow an Eitri-App to interact with the Firebase Remote Config service.