I have an application that must work completely offline (maybe weeks) and send / receive updates when connected to the internet. I have structured all SQLite for this and I am in doubt as to what the best way to check if my data is already up to date, both to send to Firestore and to receive on SQlite. I want to avoid unnecessary requests
No Comments