Skip to content

Commit

Permalink
Add size report for Firestore read & write w/ persistence (#7880)
Browse files Browse the repository at this point in the history
  • Loading branch information
dconeybe committed Dec 15, 2023
1 parent 5748169 commit 9d3896a
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions repo-scripts/size-analysis/bundle-definitions/firestore.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,40 @@
}
]
},
{
"name": "Read Write w Persistence",
"dependencies": [
{
"packageName": "firebase",
"versionOrTag": "latest",
"imports": [
{
"path": "app",
"imports": [
"initializeApp"
]
}
]
},
{
"packageName": "firebase",
"versionOrTag": "latest",
"imports": [
{
"path": "firestore",
"imports": [
"collection",
"doc",
"enableMultiTabIndexedDbPersistence",
"getDoc",
"getFirestore",
"setDoc"
]
}
]
}
]
},
{
"name": "Transaction",
"dependencies": [
Expand Down

0 comments on commit 9d3896a

Please sign in to comment.