Replies: 4 comments
-
Should I move this over to bugs? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same for me using the Flutter SDK. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same here. Serious issue. Any news on a fix? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Serious issue. I don't even understand this gets no prior at all. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm working on converting anonymous users to permanent ones using linkIdentity. It works fine when the provider account hasn't been linked to a user before. However, if I try to link an anonymous user to an already linked provider account, I would expect an error. But nothing happens.
I'm using Expo and the expo-web-browser to handle these authentication scenarios. When attempting to link, the browser opens for a split second before dismissing. Nothing is returned in the error object, and there's no way to identify the error to display a meaningful message on the client.
According to the documentation, this should fail. Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions