firebase / firebase/firebase-ios-sdk
FR: AsyncThrowingStreams for Firestore
Open
api: firestore
Swift API
type: feature request
- Dominant language
- C++
- Stars
- 6.7k
- Forks
- 1.8k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 75
Description
### Feature proposal
* Firebase Component: Firestore
As Swift Concurrency and `AsyncThrowingStream` is available for some time, it is a good match for Firestore API. I already started with addition of `AsyncThrowingStream` to `Query` snapshots, can be found in my [fork](https://github.com/olejnjak/firebase-ios-sdk/commit/cbcd8d4f4ededd9d70c793f1727785c444043230).
I would love to discuss if this addition is a good match before going on with adding other APIs, tests, etc.
Thanks for the discussion 🙂
Contributor guide
Assessment
This issue has not been assessed yet.