Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ onError
Method
onError
packages/firebase-database/index.android.ts:440–444 ·
view source on GitHub ↗
(error)
Source
from the content-addressed store, hash-verified
438
resolve();
439
},
440
onError(error) {
441
const
err = FirebaseError.fromNative(error);
442
onComplete?.(err);
443
reject(err);
444
},
445
})
446
);
447
});
Callers
nothing calls this directly
Calls
1
fromNative
Method · 0.45
Tested by
no test coverage detected