Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ ios
Method
ios
packages/firebase-app-check-debug/index.android.ts:95–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
return
this._native;
94
}
95
get ios() {
96
return
this.native;
97
}
98
_app: FirebaseApp;
99
get app(): FirebaseApp {
100
if
(!this._app) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected