I’ve been thinking about one challenge a lot of us face when building mobile apps—what happens when the user has no internet connection or very slow connectivity?
Here’s the idea:
A Local Storage / Offline Data Sync plugin that:
Stores your app’s data locally on the device so it works offline
Syncs automatically with the Bubble database when the device goes back online
Lets you choose what to sync (specific data types, fields, or workflows)
Handles conflicts gracefully (e.g., when offline edits happen in two devices)
This would be super useful for:
Sales reps updating client info on the go
Any app where you don’t want the user stuck waiting for internet
What do you think—would you use this in your apps? And if yes, what features would you love to see in it?
I’m not sure it worth time to develop this as from what we read, this is on the roadmap for mobile editor. However… roadmap on Bubble can take years or never happen so…
I think that, if user design using API connector and backend WF, this is possible. (So you don’t use “native” Bubble function like make change to a thing and instead use API connector… So at this moment, a plugin like that could work