Returns the parameter value for the given key as a string
const modules = await Eitri.modules();
const getString = modules?.remoteConfig?.getString;
if (!getString) return;
await 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.