fix(firestore): batch fetch fails all when 1 fails
Open
- Dominant language
- TypeScript
- Stars
- 46
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
1. fetch 2 docs by ID at the same time, one that the user has no permission to, one that he does have permission to
- expected: we should still receive 1 doc in our state, even if the other fails
- currently: we do not get any docs
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.