In this excerpt from else
and does not continue login, I have already taken sha1 from the Key store path through the prompt as the code
-list -v -keystore "Local da chave" -alias nomealias -storepass senha -keypass senha
The app is already in the playstore, before it was working fine, it was only releasing it and sending it there.
private void handleSignInResult(GoogleSignInResult result) {
if (result.isSuccess()) {
firebaseAuthWithGoogle(result.getSignInAccount());
} else {
Toast.makeText(this, R.string.not_log_in, Toast.LENGTH_SHORT).show();
}
}
At this point I will redo my login activity if it does not resolve my code and I wait for a light here, or I change my login type something I do not want: (
UPDATE I ran in the debug and it also did not work, I have reset the login activity and returned to work, now I'm going to post the new version of my app and see what it does.
So ... it works in the debug and in the release version more in Playstore it does not work. Somebody help me there please.