@capgo/capacitor-firebase-remote-config
Capacitor plugin for Firebase Remote Config.
Overview
Section titled “Overview”Capacitor plugin for Firebase Remote Config.
Core Capabilities
Section titled “Core Capabilities”activate- Make the last fetched configuration available to the getters.fetchAndActivate- Perform fetch and activate operations.fetchConfig- Fetch and cache configuration from the Remote Config service.getBoolean- Get the value for the given key as a boolean.
Public API
Section titled “Public API”| Method | Description |
|---|---|
activate | Make the last fetched configuration available to the getters. |
fetchAndActivate | Perform fetch and activate operations. |
fetchConfig | Fetch and cache configuration from the Remote Config service. |
getBoolean | Get the value for the given key as a boolean. |
getNumber | Get the value for the given key as a number. |
getString | Get the value for the given key as a string. |
getInfo | Get information about the last fetch operation. |
setMinimumFetchInterval | Set the minimum fetch interval. |
setSettings | Set the remote config settings. |
addConfigUpdateListener | Add a listener for the config update event. |
removeConfigUpdateListener | Remove a listener for the config update event. |
removeAllListeners | Remove all listeners for this plugin. |
getPluginVersion | Get the version of this plugin. |
Source Of Truth
Section titled “Source Of Truth”This reference is synced from src/definitions.ts in capacitor-firebase.
Keep going from @capgo/capacitor-firebase-remote-config
Section titled “Keep going from @capgo/capacitor-firebase-remote-config”If you are using @capgo/capacitor-firebase-remote-config to plan native plugin work, connect it with Capgo Plugin Directory for the product workflow in Capgo Plugin Directory, Capacitor Plugins by Capgo for the implementation detail in Capacitor Plugins by Capgo, Adding or Updating Plugins for the implementation detail in Adding or Updating Plugins, Ionic Enterprise Plugin Alternatives for the product workflow in Ionic Enterprise Plugin Alternatives, and Capgo Native Builds for the product workflow in Capgo Native Builds.