We need proper rules in firestore.rules s.t. we restrict only authenticated and authorized users to read or make changes to Firestore. This requires evaluating document fields within rules. All features of the frontend (signing in, listing teams, creating talks, editing talks, etc.) must be represented by the rules.
We need proper rules in
firestore.rules
s.t. we restrict only authenticated and authorized users to read or make changes to Firestore. This requires evaluating document fields within rules. All features of the frontend (signing in, listing teams, creating talks, editing talks, etc.) must be represented by the rules.