MCPcopy Create free account
hub / github.com/NativeScript/firebase / activate

Method activate

packages/firebase-app-check-debug/index.android.ts:68–70  ·  view source on GitHub ↗
(isTokenAutoRefreshEnabled: boolean)

Source from the content-addressed store, hash-verified

66 static setProviderFactory() {}
67
68 activate(isTokenAutoRefreshEnabled: boolean) {
69 this.native.installAppCheckProviderFactory(com.google.firebase.appcheck.debug.DebugAppCheckProviderFactory.getInstance(), isTokenAutoRefreshEnabled);
70 }
71
72 getToken(forceRefresh: boolean): Promise<AppCheckToken> {
73 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected