Need to check: - Inputs are sanitized/escaped (no xss) - File uploads are restricted to safe formats - CSP whitelist (only allow specific domains) - User/admin permissions are correct, no holes - Firebase read/write rules are correct, no holes - Firebase data schema is scalable (don't load whole lists at once, structure into separate lists) - Application can scale on firebase hosting, email sending, uploads - Estimate costs at scale, compared to static hosting, and Python hosting
Need to check: