Firebase auth sharing between iOS and WatchOS app #7840
Unanswered
RohitRajendran
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Tracking in issue: #7854 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on an app where I'm using anonymous sign in from the iOS app and I would like to share that authentication with the WatchOS app. I've set the keychain access group to be the same on both the ios and watchos apps and call
Auth.auth().useUserAccessGroup
but the watchOS app returns nil for the user.I came across some old forum posts saying that keychain access sharing between iOS and Watch is no longer possible from WatchOS 2 but I wasn't sure if that was still the case.
Am I just doing something wrong or do I need to do something else to share authentication between the two?
Beta Was this translation helpful? Give feedback.
All reactions