Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 691 Bytes

local-storage.md

File metadata and controls

18 lines (10 loc) · 691 Bytes

Local Storage

This storage option is useful for saving simple info on the device, especially helpful for remembering user's setting from a previous session.

{% hint style="info" %} You can now use stored variables instead of adding a Local Storage component. This will work the same way in the background but will save you a lot of blocks. {% endhint %}

Save data

To save data locally to your phone, simple name a key to store a value under. If you have a previous value in your key, saving it will override that value

Get data