cant you copy leaderboard's data into something (maybe a json file) and then use it to restore the player's data if your game data break? jsons are usually light so...
Unfortunately I can't preserve the link between players browser and the Leaderboards Data if I update the game. Saving the Leaderboard data is simple enough, its letting players access it after an update which is a challenge with my current system.