Grigore Budac
Grigore Budac

Reputation: 1461

Firebase AuthUI - Uknown Error Code only in production

I'm using Firebase AuthUI 3.3.0 for authentification via mobile number, the problem is that in debug mode it's working, but in production not (release mode), I get an error,

Unknown Error Code

Any ideas to solve this problem? What am I missing? the SHA1 fingerprint is added in firebase and google-services.json seems ok.

Upvotes: 2

Views: 85

Answers (1)

Grigore Budac
Grigore Budac

Reputation: 1461

I succeeded to solve this problem. I used debug fingerprint, not release one. Also, you need to add in firebase all generated keystores (SHA1), you can do this by running App - Taks - Android - Signin Report in Android Studio

More information about how you can generate one and use here

Upvotes: 1

Related Questions