🔓Authenticate
Optional: You don't need to use these functions, but you can if you want to
Check if a user is logged in
You can use the GetPlayerProfile function and check result.PlayerProfile.IsAnonymous
. This is true if the player hasn't logged in yet.
Log in with custom ID
This won't be their player_id, but it will allow you to link accounts across your developer account.
Log in with Playfab
Sign in the user with a PlayFab EntityToken. You'll need to add a secret key and title ID in the settings page of your dashboard.
Log in with phone number
Use Galaxy's phone authentication to sign in the user
Last updated