Jici
2
You will not be able to associate an “existing” account with another log in option. For example, if the user create account using Bubble email/password auth with their gmail, if the same user try to login using “Google signup”, this will return an error that user already exist. This is actually not something handled by Bubble.
You could consider moving the auth process to something like auth0 that can do that, but only create one user in your Bubble account. However, I don’t know if you can use their auth to call other API endpoints.