File tree Expand file tree Collapse file tree 1 file changed +66
-0
lines changed
repo-scripts/size-analysis/bundle-definitions Expand file tree Collapse file tree 1 file changed +66
-0
lines changed Original file line number Diff line number Diff line change 258
258
]
259
259
}
260
260
]
261
+ },
262
+ {
263
+ "name" : " CSI Auto Indexing Enable" ,
264
+ "dependencies" : [
265
+ {
266
+ "packageName" : " firebase" ,
267
+ "versionOrTag" : " latest" ,
268
+ "imports" : [
269
+ {
270
+ "path" : " app" ,
271
+ "imports" : [
272
+ " initializeApp"
273
+ ]
274
+ }
275
+ ]
276
+ },
277
+ {
278
+ "packageName" : " firebase" ,
279
+ "versionOrTag" : " latest" ,
280
+ "imports" : [
281
+ {
282
+ "path" : " firestore" ,
283
+ "imports" : [
284
+ " deleteAllPersistentCacheIndexes" ,
285
+ " enableIndexedDbPersistence" ,
286
+ " enablePersistentCacheIndexAutoCreation" ,
287
+ " getFirestore" ,
288
+ " getPersistentCacheIndexManager"
289
+ ]
290
+ }
291
+ ]
292
+ }
293
+ ]
294
+ },
295
+ {
296
+ "name" : " CSI Auto Indexing Disable and Delete" ,
297
+ "dependencies" : [
298
+ {
299
+ "packageName" : " firebase" ,
300
+ "versionOrTag" : " latest" ,
301
+ "imports" : [
302
+ {
303
+ "path" : " app" ,
304
+ "imports" : [
305
+ " initializeApp"
306
+ ]
307
+ }
308
+ ]
309
+ },
310
+ {
311
+ "packageName" : " firebase" ,
312
+ "versionOrTag" : " latest" ,
313
+ "imports" : [
314
+ {
315
+ "path" : " firestore" ,
316
+ "imports" : [
317
+ " deleteAllPersistentCacheIndexes" ,
318
+ " disablePersistentCacheIndexAutoCreation" ,
319
+ " enableIndexedDbPersistence" ,
320
+ " getFirestore" ,
321
+ " getPersistentCacheIndexManager"
322
+ ]
323
+ }
324
+ ]
325
+ }
326
+ ]
261
327
}
262
328
]
You can’t perform that action at this time.
0 commit comments