Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase-auth Error with Facebook

Firebase auth with Facebook just stopped working on all our Polymer websites. One of them where updated 19th of march and has been working until yesterday/this afternoon (2017-03-27).

I get the following error message in chrome:

firebase-auth.js:32

"{"error":{"errors":[{"domain":"global","reason":"invalid","message":"A system error has occurred"}],"code":400,"message":"A system error has occurred"}}
like image 525
Filip Göranson Avatar asked Mar 27 '17 19:03

Filip Göranson


2 Answers

Firebase Authentication is having problems right now. Look at the Firebase Status Dashboard here:
https://status.firebase.google.com/

like image 123
Guilherme GM Avatar answered Sep 26 '22 18:09

Guilherme GM


Graph API v2.2 has reached the end of its 2-year lifetime on 27 March, 2017, so this might be connected. You should check your library and possible updates. See this chart of deprecation dates, which lists v2.2 as available until March 25, 2017.

like image 44
Adam Fischer Avatar answered Sep 23 '22 18:09

Adam Fischer