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

Function create

packages/firebase-app-check/index.android.ts:55–57  ·  view source on GitHub ↗
(app)

Source from the content-addressed store, hash-verified

53 const ref = new WeakRef(this);
54 this._native = new com.google.firebase.appcheck.AppCheckProviderFactory({
55 create(app) {
56 return ref.get?.()?.createProvider?.((<any>FirebaseApp).fromNative(app))?.native || null;
57 },
58 });
59 }
60 abstract createProvider(app: FirebaseApp): AppCheckProvider;

Callers

nothing calls this directly

Calls 2

getMethod · 0.65
fromNativeMethod · 0.45

Tested by

no test coverage detected