I am trying to develop an iOS application where users upload photos, can someone please suggest best and efficient ways to handle the storage and performance issues. Consider each user will be uploading around 300 photos in a month (worst case scenario). My basic idea was to use Document Directory locally to store images and then sync it with FireBase.
I am a beginner in developing apps in iOS, willing to know the best practices to start my app.
Thank you