Warning ... encodings unavailable without ES6/C++11. Fallingback to gzip
- firebase-tools 업데이트로 해결
401, The entered credentials were incorrect. (새로 프로젝트 생성해서 해결)
ng build, firebase serve 했더니 발생한 에러
참고 : https://blog.raananweber.com/2016/07/21/firebase-error-the-entered-credentials-were-incorrect/
해결
나같은 경우 기존에 파이어베이스 프로젝트를 삭제하고 재생성 했는데 아래 1번과 2번을 적용안함.
- firebase.google.com 의 프로젝트에서 index.html 에 들어가는 스크립트 확인
- 스크립트의 projectId 값이랑 .firebasesrc 내의 project 값이랑 같은지 확인
- ng build 후 firebase deploy 또는 serve
해도 안되네 시불