Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ app
Method
app
packages/firebase-performance/index.android.ts:154–160 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
152
}
153
154
get app(): FirebaseApp {
155
if
(!this._app) {
156
// @ts-ignore
157
this._app = FirebaseApp.fromNative(this.native.app);
158
}
159
return
this._app;
160
}
161
}
Callers
nothing calls this directly
Calls
1
fromNative
Method · 0.45
Tested by
no test coverage detected