Hi all,
My app has a number of templates that I load via code into the app state to avoid database reads.
I would like to add an image to each template and also allow the user to create user-defined templates (that are read from the database) and select an image from a library of images.
How do I do this without putting images onto the web? Given that the set of images is fixed and having them in the app directly reduces the need for downloading data, I would love to upload them as assets. But it seems I cannot dynamically pick an image from the library.
Any idea how do to this other than to upload the images to Firebase and download them?
Cheers,
Bastian