Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ onSuccess
Method
onSuccess
packages/firebase-database/index.android.ts:59–62 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
57
reject(err);
58
},
59
onSuccess(value) {
60
onComplete?.(null);
61
resolve();
62
},
63
})
64
);
65
});
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected