Local DB or Local Storage

Hello dear community. I search but could not find clear answer. I want to know that if i use localDB component or “app” variable as user’s unique ID for recognizing the user wil user be able to get data on next session or not? or question would be more clear : what is differences between local DB and Local Storage (or “app” and “storage” variable)

thank you

LocalDB is for storing snippets of information like UserID, progress in games etc.
Local Storage is for storing assets like files and images.

2 Likes

Moved to #thunkable-cross

in the storage_local block in the call “save” how to determine where it will be stored in the device?

It is saved within the apps files I believe. This is the same idea as a Stateful variable

ok . Thank you Jared.