ErrorsNo gameId provided in the insertCoin function

No gameId provided in the insertCoin function

Code / TextWhere it appearsMeaningWhat to do
insertCoin() called without gameId. This may impact analytics and enforce DAU limits soon. Fix it here: https://docs.joinplayroom.com/errors/no-game-idconsoleIt means that the developer hasn’t provided gameId in the insertCoin function.The developer should create a project on the Developer Portal if they haven’t. From there they will get the gameId, simply copy and paste it in the insertCoin function. e.g insertCoin({gameId: "<your_gameid>"})