Sharing Auth State between main app and share extension #4420
Unanswered
pulkit-gsynergy
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You may want to ask this upstream in firebase-ios-sdk, I don't believe react-native-firebase does anything related to the keychain? I think we are just wrapping the APIs |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to share auth state between the main app and share extension in react-native?
I have added keychain groups in both of them with the same name and when I use auth().useUserAccessGroup(....), I am getting an error [Error: [auth/keychain-error] An error occurred when accessing the keychain. The @c NSLocalizedFailureReasonErrorKey field in the @c NSError.userInfo dictionary will contain more information about the error encountered].
Can someone help me with setting this up or help me with where I am going wrong.
How should the keychain group name be? I mean should it be <TEAM_ID>.<APP_NAME>.<GROUP_NAME>?
Beta Was this translation helpful? Give feedback.
All reactions