Hi everyone, I have an issue saving images offline. I've decided to use SQLite to store survey data, which includes 2 images and data fields per entry . Can I save the images locally in SQLite and later sync them with Firebase.
How can i achieve these and whats data type format is for image in SQLite , should i store the image as a file path or BLOB (Binary Large Object) which would later syn when online and update the the collection with the offline data