Hi all,
Thanks in advanced for any help.
As the title says I am having issues loading images in a live environment, the console throws CORS errors when the app attempts to load images from firebase storage. How can I fix this? The image does not load at all.
I've seen this question asked before, but it looks like the responses to that one is in reference to api loaded images and API call CORS related issues. I wish to directly pull images from firebase storage.
e.g.
XMLHTTP REQUEST <firestore image + origin> has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
and
<firestore image + origin> has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.