API network images are not shows on flutter web once I update flutter to 3.29.0. I used to run html render command and the images was showing so fine but once I update flutter the command is not working any more. Is there are any other command are just work the same as html render ?
Open Firebase Project > in project overview (project settings) > Service accounts >Manage service account permission.
click on terminal on top right and machine is running.
After that, type these:
echo '[{ "origin": ["*"], "method": ["GET", "HEAD"], "maxAgeSeconds": 3600, "responseHeader": ["Content-Type", "Access-Control-Allow-Origin"] }]' > cors.json
then write these and replace the address (football-abcd) with your firebase storage bucket.
gsutil cors set cors.json gs://football-abcd.firebasestorage.app
Congratulations.
Setting CORS on gs://football-abcd.firebasestorage.app/...