firebase / firebase-ios-sdk

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

Implement Combine support for Firebase Auth #7296

Open peterfriese opened 3 years ago

peterfriese commented 3 years ago
jondwillis commented 3 years ago

Related open source project for those browsing or coming in via search: https://github.com/rever-ai/CombineFirebase

peterfriese commented 3 years ago

Thanks, Jon - we're aware of this project. As mentioned on #7295, we're open to contributions.

ziadtamim commented 3 years ago

I think Google Sign-In and Facebook Login have been already addressed on PR https://github.com/firebase/firebase-ios-sdk/pull/7248

peterfriese commented 3 years ago

@ziadtamim - can you edit the initial comment on this thread? If so, I think it'd be a great idea to use this to track which methods we've already converted and which ones we still need to cover.

ziadtamim commented 3 years ago

@peterfriese Here is an update of the supported methods.

peterfriese commented 3 years ago

Thanks - I updated the main comment accordingly.

ziadtamim commented 3 years ago

@peterfriese I have updated the original comment to reflect the progress. Please let me know your feedback on the missing functions to support.

paulb777 commented 3 years ago

@peterfriese Now that Combine Community support is available, would you update?