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

Method onError

packages/firebase-firestore/index.android.ts:1296–1298  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

1294 resolve();
1295 },
1296 onError(error) {
1297 reject(FirebaseError.fromNative(error));
1298 },
1299 })
1300 );
1301 });

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected