DEV Community

Discussion on: The Complete Guide to User Authentication with the Amplify Framework

Collapse
 
rudyhadoux profile image
rudyhadoux

If you use Auth.federatedSignIn({provider: 'Google'}), you don't have to use anything else.
Why twice ?

Collapse
 
indrajitb profile image
indrajitb

Hi rudyhadoux,
If you sign in with Facebook and Google with same email, it creates two identities.
Thanks.

Thread Thread
 
rudyhadoux profile image
rudyhadoux

Two Cognito identities with the same email ?
Is it possible ?