prescottprue / react-redux-firebase

Redux bindings for Firebase. Includes React Hooks and Higher Order Components.
https://react-redux-firebase.com
MIT License
2.55k stars 556 forks source link

auth/network-request-failed #869

Open knour89 opened 4 years ago

knour89 commented 4 years ago

my app was working good with social login (Facebook/Gmail) but from yesterday tell today I am getting below error:

code: "auth/network-request-failed"
message: "A network error (such as timeout, interrupted connection or unreachable host) has occurred."

So any idea how to fix?

prescottprue commented 4 years ago

That error is coming directly from the Firebase SDK, so really it would be whatever they suggest to debug auth. Is this happening with both Facebook and Gmail? Does it happen on other computers? Have you checked your network connectivity?