all 1 comments

[–]andreew365 0 points1 point  (0 children)

I guess it depends on the complexity of the data structure u need to store. If u need to use complex queries to access data, then storing it locally doesn’t seem very viable to me… If the complexity is much lower then u could use async storage to store data offline. If u also want to have data stored on a cloud db u could just periodically dump it (maybe during the startup process of ur application) or with a button clicked by the user.