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

Method app

packages/firebase-analytics/index.android.ts:106–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104 handleUserActivity(userActivity: any): void {}
105
106 get app(): FirebaseApp {
107 if (!this._app) {
108 // @ts-ignore
109 this._app = FirebaseApp.fromNative(com.google.firebase.FirebaseApp.getInstance());
110 }
111 return this._app;
112 }
113
114 get appInstanceId(): Promise<string> {
115 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls 2

fromNativeMethod · 0.45
getInstanceMethod · 0.45

Tested by

no test coverage detected