davidb
2
See Bubble’s warning:
While custom states are not visible to the users of your app directly, they are still not a secure way to store sensitive data. Keep in mind that any information you place in a custom state, including its default value, can be read by the user of that device.
Others may be able to point to precisely where you can see a value using the browser’s developer functions. As your question implies, if it’s possible for you to see custom state values via a browser function, then it’s possible for any user to do so.