mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 21:33:12 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			73 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			73 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "indexes": [
 | |
|     {
 | |
|       "collectionGroup": "firestore",
 | |
|       "queryScope": "COLLECTION",
 | |
|       "fields": [
 | |
|         {
 | |
|           "fieldPath": "a",
 | |
|           "order": "ASCENDING"
 | |
|         },
 | |
|         {
 | |
|           "fieldPath": "b",
 | |
|           "order": "ASCENDING"
 | |
|         }
 | |
|       ]
 | |
|     }
 | |
|   ],
 | |
|   "fieldOverrides": [
 | |
|     {
 | |
|       "collectionGroup": "collectionGroup",
 | |
|       "fieldPath": "value",
 | |
|       "indexes": [
 | |
|         {
 | |
|           "order": "ASCENDING",
 | |
|           "queryScope": "COLLECTION"
 | |
|         },
 | |
|         {
 | |
|           "order": "DESCENDING",
 | |
|           "queryScope": "COLLECTION"
 | |
|         },
 | |
|         {
 | |
|           "arrayConfig": "CONTAINS",
 | |
|           "queryScope": "COLLECTION"
 | |
|         },
 | |
|         {
 | |
|           "order": "ASCENDING",
 | |
|           "queryScope": "COLLECTION_GROUP"
 | |
|         },
 | |
|         {
 | |
|           "order": "DESCENDING",
 | |
|           "queryScope": "COLLECTION_GROUP"
 | |
|         }
 | |
|       ]
 | |
|     },
 | |
|     {
 | |
|       "collectionGroup": "collectionGroup",
 | |
|       "fieldPath": "number",
 | |
|       "indexes": [
 | |
|         {
 | |
|           "order": "ASCENDING",
 | |
|           "queryScope": "COLLECTION"
 | |
|         },
 | |
|         {
 | |
|           "order": "DESCENDING",
 | |
|           "queryScope": "COLLECTION"
 | |
|         },
 | |
|         {
 | |
|           "arrayConfig": "CONTAINS",
 | |
|           "queryScope": "COLLECTION"
 | |
|         },
 | |
|         {
 | |
|           "order": "ASCENDING",
 | |
|           "queryScope": "COLLECTION_GROUP"
 | |
|         },
 | |
|         {
 | |
|           "order": "DESCENDING",
 | |
|           "queryScope": "COLLECTION_GROUP"
 | |
|         }
 | |
|       ]
 | |
|     }
 | |
|   ]
 | |
| }
 | 
