-
Notifications
You must be signed in to change notification settings - Fork 1.6k
FR: Firebase Auth support for watchOS #4621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sign-in with email and password works with changes in hohteri@1eebd57 Also sign-in with email link work if you send fcmToken as parameter (don't know about security implications) and handle the Firebase backend redirection in Firebase Functions In app:
In functions:
This however shows a weird open in app screen from Firebase backend, which I guess could be avoided with the below commit and supporting the the notification sending in the Firebase backend natively: Finally the sign in is handled in the app:
|
Thanks for the exploratory implementation! @renkelvin WDYT? |
@hohteri Thanks! We need a PR with a signed CLA to evaluate the proposed changes. |
@paulb777 afaik Firebase backend is not public code. I would still like to test Sign-In with Apple before doing a PR. The above was more or less conversation opener if the sign with link feature could be implemented as proposed on watchOS. |
@hohteri Yes, the backend is not public code. And we definitely need to do the testing before merging a PR. However, a PR with a signed CLA is the best way to enable Googlers to participate in a conversation about code. |
Hi All, |
Sorry, but we haven't yet finished the testing on #5585 and haven't yet been able to merge the support. We've been swamped with other tasks, but hopefully can get back to this in the next month or so. |
This was addressed with #6260 - thanks again for the contribution! |
Please add support for Firebase Auth for watchOS apps/targets. Thanks!
Linking to umbrella issue #269 and Firestore for watchOS #4559
The text was updated successfully, but these errors were encountered: