Log in is working fine but "request logout" doesn't seem to work for me.
Have anyone tried it? Did you get it to work?
My implementation is:
if the user is sign in --> shows sign out animation
if the user is not sign in --> shows sign in animation
When I test the game, sign in button works great then the game shows a sign out animation (as expected).
But when I click the sign out button, the game shows a sign in button for a second and then switch back to show a sign out button again... And I'm still log in to the account...
Would you have any suggestion on this?