You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by emmernme October 21, 2024
Hey! While trying to fix an issue with app switching for authentication, I stumbled upon the deprectation of GoogleSignInOptions and related classes, in favor of the new Credential Manager API (https://developer.android.com/identity/sign-in/credential-manager-siwg).
I'll try to implement this in my project switching fork.
Discussed in #740
Originally posted by emmernme October 21, 2024
Hey! While trying to fix an issue with app switching for authentication, I stumbled upon the deprectation of
GoogleSignInOptions
and related classes, in favor of the new Credential Manager API (https://developer.android.com/identity/sign-in/credential-manager-siwg).I'll try to implement this in my project switching fork.
Seems like an easy change: https://stackoverflow.com/a/78488735
The text was updated successfully, but these errors were encountered: