Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ ios
Method
ios
packages/firebase-in-app-messaging/index.ios.ts:51–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
return
this._native;
50
}
51
get ios() {
52
return
this.native;
53
}
54
55
get app(): FirebaseApp {
56
if
(!this._app) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected