Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ ios
Method
ios
packages/firebase-dynamic-links/index.ios.ts:532–534 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
530
return
FIRDynamicLinks.dynamicLinks();
531
}
532
get ios() {
533
return
this.native;
534
}
535
536
get app(): FirebaseApp {
537
if
(!this._app) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected