Skip to content

Commit c621b81

Browse files
committed
Update the bundle definition adding a pipeline test with and function
1 parent 2d386c8 commit c621b81

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,39 @@
160160
}
161161
]
162162
},
163+
{
164+
"name": "Pipeline Query with lt plus and filter",
165+
"dependencies": [
166+
{
167+
"packageName": "firebase",
168+
"versionOrTag": "latest",
169+
"imports": [
170+
{
171+
"path": "app",
172+
"imports": [
173+
"initializeApp"
174+
]
175+
}
176+
]
177+
},
178+
{
179+
"packageName": "firebase",
180+
"versionOrTag": "latest",
181+
"imports": [
182+
{
183+
"path": "firestore",
184+
"imports": [
185+
"getFirestore",
186+
"lt",
187+
"Field",
188+
"useFirestorePipelines",
189+
"andExpression"
190+
]
191+
}
192+
]
193+
}
194+
]
195+
},
163196
{
164197
"name": "Query Cursors",
165198
"dependencies": [

0 commit comments

Comments
 (0)