MCPcopy 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

testItMethod · 0.95

Calls 4

setMethod · 0.65
refMethod · 0.65
logMethod · 0.65
thenMethod · 0.45

Tested by

no test coverage detected