I'm building a POS app for the invoice. One of the main requirements (self impose) is that the data is local-first and sync with the cloud. THIS point is one of the hardest to implement for me, and I still have not figured how do it well.
But still can't release this app without this. I believe that have a exit strategy for the app data is too important (the data is stored in a sqlite database, with decent naming and very simple structure).
I'm building a POS app for the invoice. One of the main requirements (self impose) is that the data is local-first and sync with the cloud. THIS point is one of the hardest to implement for me, and I still have not figured how do it well.
But still can't release this app without this. I believe that have a exit strategy for the app data is too important (the data is stored in a sqlite database, with decent naming and very simple structure).