I'm running
firebase login
but it fails with
Error: Failed to make request to https://auth.firebase.tools/attest
What could be the issue?
I installed firebase with
npm install -g firebase-tools
It was because of my companies firewalls which proxies and led to certificates errors. I worded around it running
NODE_TLS_REJECT_UNAUTHORIZED=0 firebase login
On a side note, I got trouble running
flutterfire configure
afterward which was failing with to find my firebase projects.
I worked around it with
NODE_TLS_REJECT_UNAUTHORIZED=0 flutterfire configure