Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ onError
Method
onError
packages/firebase-ui/index.android.ts:729–732 ·
view source on GitHub ↗
(error)
Source
from the content-addressed store, hash-verified
727
resolve();
728
},
729
onError(error) {
730
const
err = FirebaseError.fromNative(error);
731
reject(err);
732
},
733
})
734
);
735
});
Callers
nothing calls this directly
Calls
1
fromNative
Method · 0.45
Tested by
no test coverage detected