Add keychain to my widgets, but getting user's token returns PERMISSION_DENIED #12612
Unanswered
ana-bonnet
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey we just add widgets to our app, and to be able to share the user log in from the app to the widget we added in Signing & Capabilities the Keychain Sharing and use the Firebase documentation to do so.
Everything looks like it works until the app have a long time on background or the app is killed. I add some Crashlytics logs and Im receiving the error below sometimes when requesting for the user's token.
The
bundle id
in the error is from my widget, I didn't add the widget to Firebase, so is using the sameinfo.plist
that the parent target. Am I missing something?Im able to get the Crashlytics added on my widget and to actually know if the user is log in or not, as I mention the issue is when I try to get the users token.
Beta Was this translation helpful? Give feedback.
All reactions