Skip to content

Commit 2ce28e7

Browse files
committed
address feedback
1 parent 31cd43e commit 2ce28e7

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"getFirestore",
122122
"collection",
123123
"doc",
124-
"getDoc",
124+
"getDocs",
125125
"query",
126126
"orderBy",
127127
"startAt",

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"getFirestore",
154154
"collection",
155155
"doc",
156-
"getDoc",
156+
"getDocs",
157157
"query",
158158
"orderBy",
159159
"startAt",
@@ -187,13 +187,7 @@
187187
"path": "firestore",
188188
"imports": [
189189
"getFirestore",
190-
"enableIndexedDbPersistence",
191-
"collection",
192-
"onSnapshot",
193-
"where",
194-
"query",
195-
"enableNetwork",
196-
"disableNetwork"
190+
"enableIndexedDbPersistence"
197191
]
198192
}
199193
]

0 commit comments

Comments
 (0)