Images are not displaying on android phone

Iam using ionic and Firebase .
i have images in my Firebase storage .
The data from the Firebase database is showing but its references in the Firebase storage(the images ) are not showing on android mobile phone yet i can see them in ionic-lab .

Please advise.

Problem may due to cross origin issue. Try whitelist plugin

Maybe it is because of file paths, once I was able to see images on ionic serve but was not able to see on android phone. I removed the “/” at the beginning of paths so I could see images on the phone and the ionic serve in browser both. So you can check the paths in your database. I hope it does help…