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

Method onSuccess

packages/firebase-firestore/index.android.ts:1550–1552  ·  view source on GitHub ↗
(param0)

Source from the content-addressed store, hash-verified

1548 this.native,
1549 new org.nativescript.firebase.firestore.FirebaseFirestore.Callback<java.lang.Void>({
1550 onSuccess(param0) {
1551 resolve();
1552 },
1553 onError(error) {
1554 reject(FirebaseError.fromNative(error));
1555 },

Callers

nothing calls this directly

Calls 1

deserializeFieldFunction · 0.70

Tested by

no test coverage detected