flutter_twitter_clone icon indicating copy to clipboard operation
flutter_twitter_clone copied to clipboard

FirebaseAuthException: An internal error has occurred. [ CONFIGURATION_NOT_FOUND ]

Open junlandroid opened this issue 2 years ago • 2 comments

Describe the bug

[signIn] FirebaseAuthException ([firebase_auth/unknown] com.google.firebase.FirebaseException: An internal error has occurred. [ CONFIGURATION_NOT_FOUND ])
[_emailLoginButton] [Error]
[_emailLoginButton] Unable to login

It may be caused by firebase, but I don't know how to fix it. please help me.

To Reproduce

  1. add google-services.json, e.g ../android/app
  2. built the app myself,
  3. register successfully
  4. login failure

Expected behavior login success

Screenshots screenshot of my firebase configuration: image image

Smartphone (please complete the following information): emulator-5554

App Based on the latest main branch, version: 1.0.10+12

Additional context Add any other context about the problem here.

junlandroid avatar Jun 21 '23 07:06 junlandroid

In addition, the configuration of supportedBuild is as follows image

{
  "supportedBuild": {
    "name": "1.0.10+12",
    "versions": [
      "1"
    ]
  }
}

junlandroid avatar Jun 21 '23 07:06 junlandroid

@junlandroid check the solution provided at https://stackoverflow.com/questions/41124178/com-google-firebase-firebaseexception-an-internal-error-has-occurred-configu

TheAlphamerc avatar Jul 08 '23 04:07 TheAlphamerc