Skip to content

Commit

Permalink
Adding new bundle size test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDuckworth committed Oct 31, 2024
1 parent fc4f263 commit fd20eff
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions repo-scripts/size-analysis/bundle-definitions/firestore.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,37 @@
}
]
},
{
"name": "Pipeline Query with lt filter",
"dependencies": [
{
"packageName": "firebase",
"versionOrTag": "latest",
"imports": [
{
"path": "app",
"imports": [
"initializeApp"
]
}
]
},
{
"packageName": "firebase",
"versionOrTag": "latest",
"imports": [
{
"path": "firestore",
"imports": [
"getFirestore",
"lt",
"Field"
]
}
]
}
]
},
{
"name": "Query Cursors",
"dependencies": [
Expand Down

0 comments on commit fd20eff

Please sign in to comment.