In my app, I have Amazon Cognito Hosted UI configured to handle Authentication by email and social (facebook and google).
The problem:
When a user create an account by email (ex: gmail) and later sign up by social (ex: same gmail), I have two accounts created in Cognito.
Question:
How merge these two accounts created with the same email?
Thanks for your help.
Edit
For those interested, I created an issue on aws amplify: https://github.com/aws-amplify/amplify-js/issues/2754