I have html5 game, available in browser. After some actions game update user data in Firestore. Of course anyone could see this fetch/ajax requests just in dev console on network tab and can get needed request, edit it and resend direct from console. Security rule are set but rule check only if user is logged in and row in collection is owned by this user. That's all, I don't know what to check more. Also, I can't enable AppCheck because of game engine. Is there any other way to prevent such dirty actions? Or maybe I've skipped something?
Thanks.