@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.