I want to store in my database the email, and the name of a pre-user (someone who has not an account yet) and to link the pre user to the user I want to use the “current user unique id”, so I wanted to know if this id changes after some time or not? Does it changes after my pre-user create an account on my website?
When a new visitor attends your web app - Bubble creates a temporary user. This temporary user will be demolished in 72 hours if he doesn’t register. If he signs-up within that 72 hours window - the unique ID of temporary user will be assigned to a registered user:
When the sign-up process is completed, Bubble transfers the temporary data over to the newly created user automatically.