Firebase Authentication FirebaseNetworkException: A network error (such as timeout, interrupted connection or unreachable host) has occurred

后端 未结 17 1641
感情败类
感情败类 2020-12-06 04:55

I\'m creating an authentication workflow for my android app. I\'m allowing users to sign in with username/password and various OAuth providers. I\'m validating emails and pa

17条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-06 05:12

    I was facing the same issue. what solved my problem by clear extra space in API_KEY, so my suggestion is to check your GoogleService-Info.plist for

    1. API_KEY is proper (without extra spaces)
    2. GOOGLE_APP_ID
    3. CLIENT_ID

    I think this might help you

提交回复
热议问题