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:393–395 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
391
}
392
393
get native() {
394
return
this._native;
395
}
396
get android() {
397
return
this.native;
398
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected