Skip to content

Commit fd20eff

Browse files
committed
Adding new bundle size test
1 parent fc4f263 commit fd20eff

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

repo-scripts/size-analysis/bundle-definitions/firestore.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,37 @@
128128
}
129129
]
130130
},
131+
{
132+
"name": "Pipeline Query with lt filter",
133+
"dependencies": [
134+
{
135+
"packageName": "firebase",
136+
"versionOrTag": "latest",
137+
"imports": [
138+
{
139+
"path": "app",
140+
"imports": [
141+
"initializeApp"
142+
]
143+
}
144+
]
145+
},
146+
{
147+
"packageName": "firebase",
148+
"versionOrTag": "latest",
149+
"imports": [
150+
{
151+
"path": "firestore",
152+
"imports": [
153+
"getFirestore",
154+
"lt",
155+
"Field"
156+
]
157+
}
158+
]
159+
}
160+
]
161+
},
131162
{
132163
"name": "Query Cursors",
133164
"dependencies": [

0 commit comments

Comments
 (0)