angular erro ao adicionar um projeto no firebase Failed to make request to https://www.gstatic.com/firebasejs/releases.json code example
Example: angular erro ao adicionar um projeto no firebase Failed to make request to https://www.gstatic.com/firebasejs/releases.json
//In the root, it's needs to created manually firebase.json
{
"hosting": {
"public":"dist", //dist is local build project
"redirects": [ {
"source": "/api/:path*",
"destination": "https:///:path",
"type": 301
}]}
}