Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/firebase
/ val
Method
val
packages/firebase-database/index.android.ts:629–631 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
627
return
this.native?.getChildrenCount();
628
}
629
val() {
630
return
deserialize(this.native.getValue());
631
}
632
}
633
634
export
class
Database implements IDatabase {
Callers
nothing calls this directly
Calls
2
deserialize
Function · 0.90
getValue
Method · 0.65
Tested by
no test coverage detected