Skip to content

Commit 90d6913

Browse files
author
puranban
committed
Add projectTopicKey in firebase rule for query optimization
1 parent 0e8a8f2 commit 90d6913

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

firebase/database.rules.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@
3636
"
3737
},
3838
".indexOn": [
39-
"status", "isFeatured", "teamId"
39+
"status",
40+
"isFeatured",
41+
"teamId",
42+
"projectTopicKey"
4043
]
4144
},
4245
"projectDrafts": {

0 commit comments

Comments
 (0)