MCPcopy Create free account
hub / github.com/NativeScript/firebase / onError

Method onError

packages/firebase-crashlytics/index.android.ts:53–56  ·  view source on GitHub ↗
(param0)

Source from the content-addressed store, hash-verified

51 resolve(param0 as any);
52 },
53 onError(param0) {
54 const err = FirebaseError.fromNative(param0);
55 reject(err);
56 },
57 })
58 );
59 });

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected