Get the player id. On iOS the player id is unique for your game but not other games.
Future<String?> getPlayerId() async { return await FirebaseGameServices.platform.getPlayerID(); }