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

Function constructor

packages/firebase-app-check/index.ios.ts:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102export abstract class AppCheckProviderFactory {
103 _native: FIRAppCheckProviderFactoryCustomImpl;
104 constructor() {
105 this._native = FIRAppCheckProviderFactoryCustomImpl.initWithOwner(new WeakRef(this));
106 }
107 abstract createProvider(app: FirebaseApp): AppCheckProvider;
108
109 get native() {

Callers

nothing calls this directly

Calls 1

initWithOwnerMethod · 0.45

Tested by

no test coverage detected