Skip to content

Commit

Permalink
Add size report for Firestore client-side indexing (#7904)
Browse files Browse the repository at this point in the history
  • Loading branch information
dconeybe authored Jan 4, 2024
1 parent e5fc290 commit 7f78362
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions repo-scripts/size-analysis/bundle-definitions/firestore.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,5 +258,71 @@
]
}
]
},
{
"name": "CSI Auto Indexing Enable",
"dependencies": [
{
"packageName": "firebase",
"versionOrTag": "latest",
"imports": [
{
"path": "app",
"imports": [
"initializeApp"
]
}
]
},
{
"packageName": "firebase",
"versionOrTag": "latest",
"imports": [
{
"path": "firestore",
"imports": [
"deleteAllPersistentCacheIndexes",
"enableIndexedDbPersistence",
"enablePersistentCacheIndexAutoCreation",
"getFirestore",
"getPersistentCacheIndexManager"
]
}
]
}
]
},
{
"name": "CSI Auto Indexing Disable and Delete",
"dependencies": [
{
"packageName": "firebase",
"versionOrTag": "latest",
"imports": [
{
"path": "app",
"imports": [
"initializeApp"
]
}
]
},
{
"packageName": "firebase",
"versionOrTag": "latest",
"imports": [
{
"path": "firestore",
"imports": [
"deleteAllPersistentCacheIndexes",
"disablePersistentCacheIndexAutoCreation",
"enableIndexedDbPersistence",
"getFirestore",
"getPersistentCacheIndexManager"
]
}
]
}
]
}
]

0 comments on commit 7f78362

Please sign in to comment.