pandaxin8 / food-waste-game

Food waste sustainability awareness game built with Flutter
MIT License
1 stars 0 forks source link

Implement Secure Firebase Rules for User Data Protection #43

Open pandaxin8 opened 7 months ago

pandaxin8 commented 7 months ago

Description: To ensure the safety and privacy of user data, we need to review and update our Firebase Security Rules. Our goal is to restrict access to player profiles and game data to only authenticated and authorized users. This task involves setting up rules that validate user requests based on authentication status and permissions, providing a secure environment for our players' data.

Acceptance Criteria: