Iakobs / godot-play-game-services

A Godot 4.x plugin for integration with Google Play Game Services
MIT License
120 stars 7 forks source link

Question: How to sign out from google play? #8

Closed Mefistosss closed 8 months ago

Mefistosss commented 8 months ago

If the user wants sign out from google play how can i do it?

Iakobs commented 8 months ago

Hi @Mefistosss , thanks for your question!

As far as I know, I'm afraid that's not an option provided by the Google API.

I would suggest implement this manually by yourself, by putting everything related with play games services behind a toggle.

In sorry I can't help you more with this.

Please let me know if there's something else I can help you with. In the meantime I will close this issue, but you can still comment on it.

Mefistosss commented 8 months ago

Hi @Iakobs thank you for your answer