MCPcopy Index your code
hub / github.com/NativeScript/firebase / onError

Method onError

packages/firebase-auth/index.android.ts:222–224  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

220 resolve();
221 },
222 onError(error) {
223 reject(FirebaseError.fromNative(error));
224 },
225 })
226 );
227 }

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected