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

Method app

packages/firebase-dynamic-links/index.android.ts:556–562  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

554 }
555
556 get app(): FirebaseApp {
557 if (!this._app) {
558 // @ts-ignore
559 this._app = FirebaseApp.fromNative(com.google.firebase.FirebaseApp.getInstance());
560 }
561 return this._app;
562 }
563}

Callers

nothing calls this directly

Calls 2

fromNativeMethod · 0.45
getInstanceMethod · 0.45

Tested by

no test coverage detected