FirebaseGameServicesUser extension

on

Methods

getPlayerId() Future<String?>

Available on FirebaseGameServices, provided by the FirebaseGameServicesUser extension

Get the player id. On iOS the player id is unique for your game but not other games.
getPlayerName() Future<String?>

Available on FirebaseGameServices, provided by the FirebaseGameServicesUser extension

Get the player name. On iOS the player alias is the name used by the Player visible in the leaderboard
isMultiplayerGamingRestricted() Future<bool?>

Available on FirebaseGameServices, provided by the FirebaseGameServicesUser extension

isPersonalizedCommunicationRestricted() Future<bool?>

Available on FirebaseGameServices, provided by the FirebaseGameServicesUser extension

isUnderage() Future<bool?>

Available on FirebaseGameServices, provided by the FirebaseGameServicesUser extension

showDashboard() Future<String?>

Available on FirebaseGameServices, provided by the FirebaseGameServicesUser extension

Presents the main dashboard.
showPlayerProfile() Future<String?>

Available on FirebaseGameServices, provided by the FirebaseGameServicesUser extension

Presents the local player's profile.