MCPcopy Index your code
hub / github.com/NativeScript/firebase / error

Method error

apps/demo/src/plugin-demos/firebase-storage.ts:36–38  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

34 console.info('uploadText', 'completed');
35 },
36 error(err) {
37 console.error('uploadText', 'error', err);
38 },
39 next(snapshot) {
40 console.info('uploadText', 'next', 'state', snapshot.state, snapshot.error);
41 if (snapshot.totalBytes) {

Callers 11

navigatingToFunction · 0.45
app.tsFile · 0.45
createUserMethod · 0.45
loginUserMethod · 0.45
constructorMethod · 0.45
nextMethod · 0.45
initMethod · 0.45
issue_139Method · 0.45
showMethod · 0.45
signOutMethod · 0.45
main.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected