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

Method app

packages/firebase-messaging/index.ios.ts:160–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158 this.native.autoInitEnabled = value;
159 }
160 get app(): FirebaseApp {
161 if (!this._app) {
162 // @ts-ignore
163 this._app = FirebaseApp.fromNative(FIRApp.defaultApp());
164 }
165 return this._app;
166 }
167
168 get native() {
169 return FIRMessaging.messaging();

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected