I am currently storing urls to images in my firebase database, but retrieving these slows down the front end. I would like to move them to firebase storage without having to manually download and upload them.
Is this possible? And how would it be done. Thanks