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