Google Play Games integration
TL;DR
Talo seamlessly integrates with Google Play Games, allowing players to sign in using their existing profiles.
Authenticate Google Play players
With the Google Play Games integration, players can sign into your game using their existing Google Play account - no new username, password or registration flow required. Talo uses OAuth to securely verify the player's identity, giving you a persistent player record without needing to build new menus or flows.
This is especially useful for mobile games where players already have a Google account on their device. Instead of asking players to create yet another account, you can let Talo handle authentication using their existing credentials.

Sync Google Play profiles
When a player authenticates through Google Play Games, Talo automatically pulls in their profile details and stores them as player props. Their display name and avatar URL are synced every time they sign in, so you always have up-to-date information.
Talo makes it easy to reference these profile details anywhere you'd use other player data - like displaying an avatar in a leaderboard.