SSO with multiple social media

Hello,

I am having some trouble creating the log-in experience for my users.

I want to have the ability for someone to log in using various social media oauth APIs that are all tied into the same email. For example, I log in with the out-of-box bubble.io email and password (with email john@xyz.com). Then, I come back later, and choose to log in with Facebook/Google/Linkedin/etc… which has email john@xyz.com associated to it.

The problem is, when testing this, there is an error that is returned saying “This email is already in use: john@xyz.com”. Does anyone know how to fix this?

Thanks,