You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Saving the data locally is great, I would like to load the data, and then send them to a web server. Sending will be done in batches, perhaps 10 at a time, once they are sent it would be great if I could simply set the isSent to true and then call an update method.
even a way of deleting an item, would work. Keeping items in local storage, is only for offline scenarios in my use case.
c++ is not my strongest point, else I would have explored this myself.
The text was updated successfully, but these errors were encountered:
Hi,
firstly this library looks really amazing.
I did have one question, would it be great effort to implement a way in which
data can be updated?
i.e
Saving the data locally is great, I would like to load the data, and then send them to a web server. Sending will be done in batches, perhaps 10 at a time, once they are sent it would be great if I could simply set the isSent to true and then call an update method.
even a way of deleting an item, would work. Keeping items in local storage, is only for offline scenarios in my use case.
c++ is not my strongest point, else I would have explored this myself.
The text was updated successfully, but these errors were encountered: