File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5437,11 +5437,11 @@ declare namespace firebase.storage {
5437
5437
/**
5438
5438
* List all items (files) and prefixes (folders) under this storage reference.
5439
5439
*
5440
- * This is a helper method for calling list() repeatedly until there are no
5441
- * more results. The default pagination size is 1000.
5440
+ * This is a helper method for calling list() repeatedly until there are
5441
+ * no more results. The default pagination size is 1000.
5442
5442
*
5443
- * Note: The results may not be a consistent snapshot if objects are changed
5444
- * between paginating requests .
5443
+ * Note: The results may not be a consistent snapshot if objects are
5444
+ * changed while this operation is running .
5445
5445
*
5446
5446
* Warning: listAll may potentially consume too many resources if there are
5447
5447
* too many results.
Original file line number Diff line number Diff line change @@ -212,8 +212,8 @@ export class Reference {
212
212
* Note: The results may not be a consistent snapshot if objects are changed
213
213
* between paginating requests.
214
214
*
215
- * Warning: listAll may potentially consume too many resources if there are
216
- * too many results.
215
+ * This is a helper method for calling list() repeatedly until there are
216
+ * no more results. The default pagination size is 1000 .
217
217
*
218
218
* @return A Promise that resolves with all the items and prefixes under
219
219
* the current storage reference. `prefixes` contains references to
You can’t perform that action at this time.
0 commit comments