Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ ios
Method
ios
packages/firebase-database/index.ios.ts:381–383 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
379
}
380
381
get ios() {
382
return
this.native;
383
}
384
385
child(path: string): Reference {
386
return
Reference.fromNative(this.native.child?.(path));
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected