AWS Cognito: Best practice to handle same user (with same email address) signing in from different identity providers (Google, Facebook)
When signing in a user with the same email address through the Google and Facebook identity providers, AWS Cognito creates multiple entries in the user pool, one entry per identity provider used: I have used the example code provided in this tutorial to set up AWS Cognito: The Complete Guide to User Authentication with the Amplify Framework How can I create