Parse-SDK-Flutter icon indicating copy to clipboard operation
Parse-SDK-Flutter copied to clipboard

Can you include query/object cache in next release ? it is the must have feature in mobile

Open ghost opened this issue 6 years ago • 3 comments

ghost avatar Jan 25 '19 02:01 ghost

Hey

We haven't got that just yet. We've not found a suitable NoSQL dB for Dart that is stable enough.

This will be added in the future.

phillwiggins avatar Jan 25 '19 05:01 phillwiggins

Thanks , hope it comes soon . hey , i fount that this line in livequery is causing issue for me subscribeMessage['query']['className'] = className;

so , for quick fix i have just moved subscribeMessage = { "op": "subscribe", "requestId": 1, "query": { "className": className, "where": {}, } };

to subscribe class in parse_livequery.dart

ghost avatar Jan 25 '19 05:01 ghost

HIve might be a good option for a pure dart NoSQL.

If your able to point me in the right direction I'd be instrested in contributing.

cadaniel avatar Nov 27 '19 14:11 cadaniel

The subject of caching the object and sending it after the availability of Parse is called saveEventually, which is discussed in this issue, otherwise you can use nosql to save.

mbfakourii avatar May 18 '23 10:05 mbfakourii