I implement Google Sign-in method to my App I can see the user that login by this method under Authentication provider and it get accesses.
Now I try to remove the User from the google Auth list by using the Code line: FirebaseAuth.getInstance().signOut();
It go back to my Login activity but the next time I push the login Button he login and not asking to choice a account to login.
I delete the user from Firebase and the User still get access
How can I remove completely the User from the list Auth and the user need to choice and logging aging?