File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 731
731
"order" : " DESCENDING"
732
732
}
733
733
]
734
+ },
735
+ {
736
+ "collectionGroup" : " userNotificationFeed" ,
737
+ "queryScope" : " COLLECTION" ,
738
+ "fields" : [
739
+ {
740
+ "fieldPath" : " notification.type" ,
741
+ "order" : " ASCENDING"
742
+ },
743
+ {
744
+ "fieldPath" : " notification.timestamp" ,
745
+ "order" : " ASCENDING"
746
+ }
747
+ ]
734
748
}
735
749
],
736
750
"fieldOverrides" : [
786
800
{ "queryScope" : " COLLECTION" , "order" : " DESCENDING" },
787
801
{ "queryScope" : " COLLECTION" , "arrayConfig" : " CONTAINS" }
788
802
]
789
- },
790
- {
791
- "collectionGroup" : " userNotificationFeed" ,
792
- "queryScope" : " COLLECTION" ,
793
- "fields" : [
794
- {
795
- "fieldPath" : " notification.type" ,
796
- "order" : " ASCENDING"
797
- },
798
- {
799
- "fieldPath" : " notification.timestamp" ,
800
- "order" : " ASCENDING"
801
- }
802
- ]
803
803
}
804
804
]
805
805
}
You can’t perform that action at this time.
0 commit comments