I'm making an app that needs the user to authenticate with Google, but it has to be done using email/password and the logged in account must not be added to the device account list.
Login is an easy thing to do with Google SignIn but it doesn't meet my requirements.
I've searched similar questions but it seems there was no solution at the time, here and here
Maybe now with the new versions of GoogleSignInClient or something similar is there a way to achieve this? I just need to check email and password are correct.Thanks in advance.