🎉 New Thunkable ✕ PRO Feature: Publish your Project as a Web App 2020-03-11

yes. use a cloud variable and a signin system. assign any data stored to the cloud variable with a pathway like this

Cloud VARNAME/userID/Data

you can use these blocks to create custom pathways within the variables

get the userID from the firebase login. save the userID from the login blocks to an app variable. use the variable as part of the variable pathway using the text connector blocks

. The stored variables are supposed to work. I imagine they get stored as cookies?

@paulmw do you have any input on this?