Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/firebase
/ issue113
Method
issue113
apps/demo/src/plugin-demos/firebase-database.ts:47–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
issue113() {
48
this.database
49
.ref(
'/issues/113'
)
50
.set(2.1)
51
.then((v) => {
52
console.log(
'done'
);
53
})
54
.catch((e) => {
55
console.log(
'error'
, e);
56
});
57
}
58
59
issue141() {
60
let
on = true;
Callers
1
testIt
Method · 0.95
Calls
4
set
Method · 0.65
ref
Method · 0.65
log
Method · 0.65
then
Method · 0.45
Tested by
no test coverage detected