8
Replace Client Side Record Collection doesn't seem to work for On-device storage
planned
A
Adam Wike
I have setup everything exactly as I believe it should work and I don't get an error, but I also don't get any of my data replaced on the On-device storage. Are there any plans for having this function support On-device storage?
Log In
M
Mihály Tóth
Kristian Gerkman, hello there. Just a quick question if there was any progress on this flow function?
I have a current project in which we load quite a chunk of records from backend in a tree structure, and would like to utilise a "caching" of it with the local storage and effectiveness of data components, but since this flow doesn't work I have to loop through the records, which is a little bit painful and not at all best practice.
Kristian Gerkman
planned
Kristian Gerkman
Hey Adam Wike, we're investigating this issue. Which platform (Android, iOS, web, macOS) are you using? And which runtime version?
Thanks,
Kristian
A
Adam Wike
Kristian Gerkman: I am currently testing this using the preview app on an iPhone, but have also tried on the web as well. It looks like the preview app is using 3.4.4 for the runtime version. App ID is 353217. Thank you for looking into this! Love this product
Kristian Gerkman
Adam Wike: Hey, I had a look, and it looks like that
Replace client-side record collection
flow function should be deprecated.We have updated the
Client-side
storage to On-device
storage - they use different internal logic, and are not backwards compatible.There is a new version of that function planned, but it's not in the immediate future. So I'd recommend you to not rely on this flow.
Thanks,
Kristian
A
Adam Wike
Kristian Gerkman: Sounds good. I can work around it for now pretty easily.
Thanks,
Adam
S
Sergio Marrero
Kristian Gerkman: Hi Kristian
Are there any updates regarding the “replace client side collection” flow function new compatibility with on-device storage?