I read all the suggestions and also followed the ionic suggestion how to overcome the CORS issue and get rid of the error: Access-Control-Allow-Origin with no success. I think I am missing the exact path conversion in proxies:
The URL I am trying to access in firebase is: https://firebasestorage.googleapis.com/v0/b/Test1-xxxxx.appspot.com/o/userData.
My local host URL is: localhost:8100.
I don't understand how should I edit the path and proxyUrl settings in ionic.config.json:
{
"name": "Test1",
"app_id": "",
"v2": true,
"typescript": true,
"proxies": [{
"path": "...",
"proxyUrl": "..."
}]}
I have tried many ways with no success, I am probably missing the point. I am new to Apps in general. I am starting with Web app using angular2+Ionic2