@capgo/capacitor-firebase-app-check
Capacitor plugin for Firebase App Check.
Overview
Section titled “Overview”Capacitor plugin for Firebase App Check.
Core Capabilities
Section titled “Core Capabilities”getToken- Get the current App Check token.initialize- Activate App Check for the given app. Can be called only once per app.setTokenAutoRefreshEnabled- Set whether the App Check token should be refreshed automatically or not.
Public API
Section titled “Public API”| Method | Description |
|---|---|
getToken | Get the current App Check token. |
initialize | Activate App Check for the given app. Can be called only once per app. |
setTokenAutoRefreshEnabled | Set whether the App Check token should be refreshed automatically or not. |
addListener | Called when the App Check token changed. |
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-app-check
Section titled “Keep going from @capgo/capacitor-firebase-app-check”If you are using @capgo/capacitor-firebase-app-check 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.