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

Method app

packages/firebase-analytics/index.ios.ts:42–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 get app(): FirebaseApp {
43 if (!this._app) {
44 // @ts-ignore
45 this._app = FirebaseApp.fromNative(FIRApp.defaultApp());
46 }
47 return this._app;
48 }
49
50 get appInstanceId(): Promise<string> {
51 try {

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected