Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ ios
Method
ios
packages/firebase-installations/index.ios.ts:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
return
this._native;
68
}
69
get ios() {
70
return
this.native;
71
}
72
73
get app(): FirebaseApp {
74
if
(!this._app) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected