MCPcopy Index your code
hub / github.com/NativeScript/firebase / app

Method app

packages/firebase-messaging/index.android.ts:158–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156 this.native?.setAutoInitEnabled?.(value);
157 }
158 get app(): FirebaseApp {
159 if (!this._app) {
160 // @ts-ignore
161 this._app = FirebaseApp.fromNative(FIRApp.defaultApp());
162 }
163 return this._app;
164 }
165
166 get native() {
167 if (!this._native) {

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected