forked from UncaughtCursor/MakerCentral
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fire-deindex.json
58 lines (58 loc) · 1.03 KB
/
fire-deindex.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"defaultConfig": {
"indexes": [
{
"collectionGroup": "notifications",
"queryScope": "COLLECTION",
"fields": [
{
"fieldPath": "read",
"order": "ASCENDING"
},
{
"fieldPath": "timestamp",
"order": "DESCENDING"
}
]
}
],
"fieldOverrides": [
{
"collectionGroup": "priv",
"fieldPath": "points",
"indexes": [
{
"queryScope": "COLLECTION",
"order": "ASCENDING"
},
{
"queryScope": "COLLECTION",
"order": "DESCENDING"
},
{
"queryScope": "COLLECTION",
"arrayConfig": "CONTAINS"
},
{
"queryScope": "COLLECTION_GROUP",
"order": "DESCENDING"
}
]
}
]
},
"deIndex": [
{
"collectionId": "levels-raw",
"sourceFile": "data/types/MCRawTypes.ts",
"interfaceName": "MCRawLevelDoc",
"whitelistedProperties": []
},
{
"collectionId": "users-raw",
"sourceFile": "data/types/MCRawTypes.ts",
"interfaceName": "MCRawUserDoc",
"whitelistedProperties": []
}
]
}