简体   繁体   中英

firebase,FirebaseError: There was an exception while connecting to the authentication server: Host is unresolved: auth.firebase.com

I'm developing an Android mobile application using Firebase.

In this application, I have a registration and login activity which I used default creating user account and login of Firebase.

It was working correctly until 2 days ago but today I keep receiving error:

FirebaseError: There was an exception while connecting to the authentication server: 
               Host is unresolved: auth.firebase.com"

Any idea?

That error is reported when the Firebase client cannot establish a connection to the Firebase server.

Check your network connection, and any proxies or NAT devices that may be between you and Firebase.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM