Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ app
Method
app
packages/firebase-database/index.android.ts:702–708 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
700
}
701
702
get app(): FirebaseApp {
703
if
(!this._app) {
704
// @ts-ignore
705
this._app = FirebaseApp.fromNative(this.native.getApp());
706
}
707
return
this._app;
708
}
709
}
Callers
nothing calls this directly
Calls
1
fromNative
Method · 0.45
Tested by
no test coverage detected