Skip to content

Commit 5031cb9

Browse files
committed
move index on groups to the right level
1 parent e06e9a7 commit 5031cb9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

firebase/database.rules.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@
6565
||
6666
(root.child('/v2/projects/'+$project_id+'/teamId').val() ==
6767
root.child('/v2/users/'+auth.uid+'/teamId').val())
68-
"
69-
},
70-
".indexOn": [
71-
"finishedCount",
72-
"requiredCount"
73-
]
68+
",
69+
".indexOn": [
70+
"finishedCount",
71+
"requiredCount"
72+
]
73+
}
7474
},
7575
"tasks": {
7676
".write": false,

0 commit comments

Comments
 (0)