Native app offline support with Dropsource

Hey guys, so Dropsource just added an offline support allowing you to save data retrieved from your backend into a cache so that when the user loses connection the app will still function.

So for those using Bubble and Dropsource this should be a huge feature.
Whenever you’re making an api call to your bubble database,

you can opt not to use cache at all, use cache if any is available, use cache and also fetch new data from the API, or force the cache to update with new data.

image

I’m yet to test it but this but i’m really excited about such a feature.

For more info see this link
https://help.dropsource.com/docs/getting-started/dropsource-faqs/?query=How%20do%20I%20use%20cached%20API%20data%

5 Likes