Linking User Accounts

Hi All,

I have an app that we want to switch between “profiles” but i need this to switch “users” and not just a datatype against the user.

Reason being we need the user to have 2 emails accounts.

Anyone done this before?

Thanks
Chad

@chaddickson83 This is interesting use case.

But I think, it wont be possible within Bubble. As bubble app user access is managed via cookies. As soon as a user is logged in a bubble app in a browser, it set a id as cookie. A browser will have only 1 logged in user cookie at a time. the same gets replaced with a new one when a new user logs in.

I would be happy for know if you were able to or someone else in the community has done it in bubble.

1 Like

Ideally you can create a User and link that to the other User. When they wish to switch users, you can ideally create a magic login link for the other User, and then hit that while logging the previous user out. It’s going to be an interesting approach for sure but should theoretically work.

Let me know if this makes sense though :slight_smile:

1 Like

@Zeroic
Yeah, this one can work.

@chaddickson83 You can follow this post as well.

Use API workflow to generate the magic link data and return as API results to the client side.

Directly setting up the magic link on client workflow wont let you use the link data in further actions.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.