Persitent storage for native mobile apps

Hi,

Please i have a question . My app require the possibility to store data coming from the database so that they are stored in the phone. Amongst those data, there are images.

I want those data to be persisted, so if the app is shutdown and restarted, then the downloaded data are not lost.

Please is it possible to do that with Bubble?

Use local storage Local Storage Bubble Mobile Plugin | Bubble

Hello, thanks for the answer. Please does it support binary data like images.

:cross_mark: Not suitable for binary data. Only supports strings. You’d need to convert images to base64 strings (which increases size by ~33%). Not efficient for large files.