Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ onError
Method
onError
packages/firebase-app-check/index.android.ts:146–149 ·
view source on GitHub ↗
(param0)
Source
from the content-addressed store, hash-verified
144
resolve(AppCheckToken.fromNative(param0));
145
},
146
onError(param0) {
147
const
err = FirebaseError.fromNative(param0);
148
reject(err);
149
},
150
})
151
);
152
});
Callers
nothing calls this directly
Calls
1
fromNative
Method · 0.45
Tested by
no test coverage detected