-
Notifications
You must be signed in to change notification settings - Fork 958
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firebase-cli commands returning error #387
Comments
Thanks for reporting, we have an outage due to a dependency (Google's Oauth2 service). The relevant teams have been paged, and are working actively to fix it. |
@kr05 Can you try again now? |
Yes, it works perfect now. Deployment got stuck at 98% for a bit longer than usual, but aside from that no issues. Thanks! |
Hi @laurenzlong I actually have the same issue and its been going on for a while, just tried now and accidentally even updated to node 8.1.0 from issue #356 , it says 503 Error which i presume is the outage? Heres the error in the debug.log:
Much thanks. |
Hi @mding5692 , you're right, the outage is back. Sorry for the inconvenience. You can follow along in https://status.firebase.google.com/ for the latest status. |
Also just a note to others who might have an issue from the outage and get an error like this after the outage is reported to be fixed:
Try reinstalling firebase-tools again via:
because it might help and yep after fixing that one, I've been able to upload my cloud functions |
worked like a charm. Thanks! |
I'm having a problem with uploading functions due to a Does anybody know what to do. I tried the reinstall. Also stopped the virus protection. Here is what happens
|
@imMarkdeVries I believe it's due to gRPC not handling Mac self-signed certs well. This is especially a problem with companies that require all employee devices to have their own security certs for decrypting traffic. It's not clear how to have gRPC trust certs on a per-device basis. |
Import versions of firebase-app.js and firebase-messaging.js differed accross index.html and firebase-messaging-sw.js which caused messaging.onMessage() to not fire in index.html.
I am trying to use the "firebase deploy" but it's returning the following error:
Error: An unexpected error has occurred.
It was working fine this morning and it suddenly stopped, and I haven't made any changes. I tried updating firebase-cli, firebase init, and firebase login, but none of these fixed the problem.
Here's the firebase-debug.txt file:
firebase-debug.zip
The text was updated successfully, but these errors were encountered: