[Update March 5, 2020] BDK Native Apps v1.7 released

Hi @gaurav, last one from me today - device storage: Is is possible to change the type of storage from text? Use case is to cache a repeating group’s contents from an API call - based on this Caching API calls in Bubble possible? - #3 by gurun - this way when the app has gone to the trouble of loading data, that data could be stored on the device and only updated the next time if the user expressly requests it. I imagine this would be good for page loading times?

Using the blog post methodology, it is possible to get the results of the RepeatingGroup stored as a page element state, but not to store it on the device:

If at this point, we could store the RepeatingGroup’s contents, when the page is loaded next time, we could load the repeating group from those contents instead - truly making use of the device storage without code!

This might already be possible, using your BDK Utilities RepeatingGroup to JSON and back again - if so, do you think you could post a tutorial?

2 Likes