Add tracking of previous mistakes

This commit is contained in:
2021-10-08 18:56:19 +01:00
parent e6bd026f72
commit b532e2deb1
6 changed files with 292 additions and 13 deletions

View File

@@ -226,5 +226,9 @@ service cloud.firestore {
match /completed_progress/{setIds} {
allow get: if isSignedIn();
}
match /incorrect_answers/{incorrectAnswerId} {
allow read: if isSignedIn();
}
}
}