Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ native
Method
native
packages/firebase-database/index.android.ts:695–697 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
693
}
694
695
get native() {
696
return
this._native;
697
}
698
get android() {
699
return
this.native;
700
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected