@@ -5440,8 +5440,8 @@ declare namespace firebase.storage {
5440
5440
* This is a helper method for calling list() repeatedly until there are
5441
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
5444
- * changed while this operation is running.
5443
+ * Note: The results may not be consistent if objects are changed while this
5444
+ * operation is running.
5445
5445
*
5446
5446
* Warning: listAll may potentially consume too many resources if there are
5447
5447
* too many results.
@@ -5459,7 +5459,7 @@ declare namespace firebase.storage {
5459
5459
* delimited folder structure.
5460
5460
* Refer to GCS's List API if you want to learn more.
5461
5461
*
5462
- * To adhere to Firebase Rules's Semantics, Firebase storage does not
5462
+ * To adhere to Firebase Rules's Semantics, Firebase Storage does not
5463
5463
* support objects whose paths end with "/" or contain two consecutive
5464
5464
* "/"s. Firebase Storage List API will filter these unsupported objects.
5465
5465
* list() may fail if there are too many unsupported objects in the bucket.
@@ -5469,7 +5469,7 @@ declare namespace firebase.storage {
5469
5469
* Use the nextPageToken to retrieve more objects.
5470
5470
* @param options.pageToken The `nextPageToken` from a previous call to
5471
5471
* list(). If provided, listing is resumed from the previous position.
5472
- * @return A promise that resolves with the items and prefixes.
5472
+ * @return A Promise that resolves with the items and prefixes.
5473
5473
* `prefixes` contains references to sub-folders and `items`
5474
5474
* contains references to objects in this folder. `nextPageToken`
5475
5475
* can be used to get the rest of the results.
0 commit comments