Hi everyone! Does anyone know if Bubble deletes objects associated with the Current user for a non-logged in user?
So let’s say I have a data type “Settings”. And User data type has a field of Settings type. I know that Current user for non-logged-in ones uses it like cookies and that gets deletes that after some time. But I am wondering if the associated Settings object will be deleted as well. I want to allow non-logged in users to set the settings and save at least for their session, but don’t want to end up with lots of redundant Settings objects in db from deleted users.
Thanks in advance!