I’m encountering two anomalies between the ‘Current User’ object data structure in Bubble’s cookies (i.e. before the current user has logged in) and the corresponding ‘User’ data type structure in the Bubble app database:
- Data Structure Mismatch:
- The apps database ‘User’ Structure includes fields such as “Date agreed to terms and privacy docs”, “Last Active”, “Organisations”, “Pending email verification”, “Role”, which are absent in the ‘Current User’ cookie structure.
User Structure in database:
Current User structure as shown in debugger prior to login:
- Unexpected Data Population:
- Despite “Date signup completed” not being set to populate a value by default, its value in cookies mirrors “Created Date” and “Modified Date” value after being created.
Does anyone understand the Current User feature prior to login well enough to explain this and how to fix?


