Add average mark to progress page & fix loader

This commit is contained in:
2021-10-03 18:56:22 +01:00
parent 31ebbc2d65
commit dd3b9c88cd
4 changed files with 62 additions and 4 deletions

View File

@@ -222,5 +222,9 @@ service cloud.firestore {
match /join_codes/{joinCode} {
allow get: if isSignedIn();
}
match /completed_progress/{setIds} {
allow get: if isSignedIn();
}
}
}