The following error is occur when I try to run the phone authentication in the local android device.
[GetAuthDomainTask] Error getting project config. Failed with {
E/FirebaseAuth(25345): "error": {
E/FirebaseAuth(25345): "code":400,
E/FirebaseAuth(25345): "message": "INVALID_CERT_HASH",
E/FirebaseAuth(25345): "errors": [ E/FirebaseAuth(25345): {
E/FirebaseAuth(25345): "message": "INVALID_CERT_HASH",
E/FirebaseAuth(25345): "domain": "global",
E/FirebaseAuth(25345): "reason": "invalid"
E/FirebaseAuth(25345): }
E/FirebaseAuth(25345): ]
E/FirebaseAuth(25345): }
E/FirebaseAuth(25345): }
I have refer to stackoverflow comment. But I do stated my SHA-1 and SHA-256 in the project. Since my SHA-1 and SHA-256 is existing, I run the command below in the keystore located folder. Everything is seen normal. Can anyone show what have I miss out?
keytool -list -v -keystore my_keystore.jks