Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/firebase
/ app
Method
app
packages/firebase-functions/index.android.ts:198–204 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
196
}
197
198
get app(): FirebaseApp {
199
if
(!this._app) {
200
// @ts-ignore
201
this._app = FirebaseApp.fromNative(this.native.getApp());
202
}
203
return
this._app;
204
}
205
}
Callers
nothing calls this directly
Calls
1
fromNative
Method · 0.45
Tested by
no test coverage detected