Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ onSuccess
Method
onSuccess
packages/firebase-firestore/index.android.ts:493–495 ·
view source on GitHub ↗
(ss)
Source
from the content-addressed store, hash-verified
491
reject(FirebaseError.fromNative(error));
492
},
493
onSuccess(ss) {
494
resolve(QuerySnapshot.fromNative(ss));
495
},
496
})
497
);
498
});
Callers
nothing calls this directly
Calls
1
fromNative
Method · 0.45
Tested by
no test coverage detected