Firebase 3.0 Auth Facebook Internal Error?

I am using my quickstart-js sample code configured for my project and using the Firebase service (for serving html files).

API is dying:

POST " https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyAssertion?key=AIzaSyCz6fP-li-ItWfSN-m7Oj-6VOFydWEn8jg "

facebook-popup.html: 83

{code: "auth/internal-error", message: "An internal error has occurred.}

Anyone have success on Facebook? [Twitter doesn't work the same way] Thanks.

+4
source share
1 answer

Make sure you enable and configure the Facebook and Twitter providers for your project in the Firebase console.

0
source

All Articles