UweTrottmann / SeriesGuide

Track your favorite TV shows and movies on Android devices.
https://seriesgui.de
Apache License 2.0
1.95k stars 400 forks source link

Prevent auto sign-in with Google #926

Closed UweTrottmann closed 1 year ago

UweTrottmann commented 1 year ago

Describe the bug It was reported that if using email sign-in another device might still auto sign-in with Google (and convert the login to Google Sign-In) and break the device that supports email sign-in only.

Expected behavior Devices with Google Sign-In should not automatically sign in. Not sure yet, if it's possible to differentiate. E.g. this change might inconvenience users that only use Google Sign-In and get signed out (e.g. after not using the app for a long time).

UweTrottmann commented 1 year ago

Mostly resolved with #937 by no longer using auto sign-in when going through the auth UI.

There is still a chance that if an installation has Cloud enabled already and the account got signed out it will try to auto sign-in.