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

Function native

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

Source from the content-addressed store, hash-verified

107 abstract createProvider(app: FirebaseApp): AppCheckProvider;
108
109 get native() {
110 return this._native;
111 }
112}
113
114export abstract class AppCheckProvider {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected