In the Unity engine, I am using GPGS as a token to log in via Google sign-in. It works, but now I have another issue:
As inof the last update of the SDK 2.1., thethis method in PGS for Unity is deprecated: PlayGamesPlatform.Instance.SignOut();
PlayGamesPlatform.Instance.SignOut(); What method are you usingcan I use to log out users out from their PGS accounts at runtime?
As a backend, I use Firebase, which, for Gmail Authentication, gets the PGS token. It's easy to log out of Firebase, but exiting from one does not make you exit from the other. As a result, when I come back to the login screen after logging out, it automatically always comes back with the same Gmail, without displaying the choose your Gmail account panel fromafter the first time that you install the app.
As this functionality is out of the API, surely someone built a custom solution.
I hope someone knows how to do it.?