Currently, I have images saved on the front-end with the imageUrl
stored in the backend for each specific object. However, whenever new images need to be added for the mobile app, I find myself having to update the front-end and create a new release to push out the changes to both app stores. This process feels quite inefficient. My front-end is not hosted on a server, unlike my backend.
As I am using a free MongoDB instance, storing a large number of images could potentially consume a significant amount of bandwidth.
Any thoughts or suggestions on a better approach?