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

Method onSuccess

packages/firebase-auth/index.android.ts:987–994  ·  view source on GitHub ↗
(success)

Source from the content-addressed store, hash-verified

985 email,
986 new org.nativescript.firebase.auth.FirebaseAuth.Callback({
987 onSuccess(success) {
988 const nativeArray = success.getSignInMethods().toArray();
989 const arr = [];
990 for (let i = 0; i < nativeArray.length; i++) {
991 arr.push(nativeArray[i]);
992 }
993 resolve(arr);
994 },
995 onError(error) {
996 reject({
997 message: error.getMessage(),

Callers

nothing calls this directly

Calls 4

toUserCredentialFunction · 0.70
toActionCodeOperationFunction · 0.70
pushMethod · 0.65
fromNativeMethod · 0.45

Tested by

no test coverage detected