firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.45k stars 1.43k forks source link

Implement Combine support for Firebase #7295

Open peterfriese opened 3 years ago

peterfriese commented 3 years ago

This is a tracking bug for adding Combine support to the Firebase SDKs for Apple's platforms.

If you're interested in contributing code by writing Combine Publishers for one of the SDKs listed below, please leave a comment so we can track interested (and pencil you in on the task list).

Related info

Please check out the following for details about this work stream:

Roadmap

MVP

Close the gap

GA

SDKs to support

Finished

In Progress

Backlog

Interested in helping out? Leave a comment so we can pencil you in.

ziadtamim commented 3 years ago

@peterfriese I will support Cloud Storage.

peterfriese commented 3 years ago

@peterfriese I will support Cloud Storage.

Great - thanks, Ziad. I penciled you in - once you send a draft PR, I will add the PR to our project tracker.

paulb777 commented 2 years ago

@peterfriese Should we close and open separate issue for specific items?

peterfriese commented 2 years ago

Yes, we should do that. I'll spend some time next week to clean up the tracker and set up new issues.

mortenbekditlevsen commented 2 years ago

I still have a PR for initial Combine support in FirebaseDatabase. Let me know if that's of any use:

https://github.com/firebase/firebase-ios-sdk/pull/7544

ziadtamim commented 2 years ago

There is a PR for Decodable QuerySnapshot publisher https://github.com/firebase/firebase-ios-sdk/pull/7549