In my app the user could upload sensitive images for themselves (as a weight loss journal) and they probably don’t want developers or anyone else but themselves to access these images. Sure I could store images only locally and not in Appwrite storage, but for example if they switch phones, they will lose these images. Is there anything I can do about this?
TL;DR
Developers want to create private storage options for sensitive user images in their app, like a weight loss journal. They are considering keeping the images only locally to maintain privacy but are concerned about data loss if users switch phones. Any suggestions for implementing secure yet accessible image storage options in Appwrite?