In our product, we are currently storing all back-end data using Firestore. In the context of the Schedules page, it includes all camper preferences and user data.
This task aims to develop Firestore and Storage Security Rules for the Schedules page. This entails making sure only the appropriate rules have access to certain databases and overall, increasing the security of session schedules Only administrators should be able to access all schedules.
Here is documentation regarding maintaining Firestore storage security rules: https://firebase.google.com/docs/firestore/security/get-started
In our product, we are currently storing all back-end data using Firestore. In the context of the Schedules page, it includes all camper preferences and user data.
This task aims to develop Firestore and Storage Security Rules for the Schedules page. This entails making sure only the appropriate rules have access to certain databases and overall, increasing the security of session schedules Only administrators should be able to access all schedules.
Here is documentation regarding maintaining Firestore storage security rules: https://firebase.google.com/docs/firestore/security/get-started