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

Method onSuccess

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

Source from the content-addressed store, hash-verified

217 this.native,
218 new org.nativescript.firebase.auth.FirebaseAuth.Callback({
219 onSuccess(success) {
220 resolve();
221 },
222 onError(error) {
223 reject(FirebaseError.fromNative(error));
224 },

Callers

nothing calls this directly

Calls 2

toUserCredentialFunction · 0.70
fromNativeMethod · 0.45

Tested by

no test coverage detected