Skip to content

Commit 6cec5fd

Browse files
authored
Regenerate README for storage-resize-images (#89)
1 parent 69e22ae commit 6cec5fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storage-resize-images/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Resize Images
22

3-
**Description**: Resizes images uploaded to Cloud Storage to a specified size, and stores both the original and resized images.
3+
**Description**: Resizes images uploaded to Cloud Storage to a specified size. Original images can either be stored or deleted.
44

55

66

@@ -42,7 +42,7 @@ When you use Firebase Extensions, you're only charged for the underlying resourc
4242

4343
* Deployment location: Where should the extension be deployed? You usually want a location close to your Storage bucket. For help selecting a location, refer to the [location selection guide](https://firebase.google.com/docs/functions/locations).
4444

45-
* Cloud Storage bucket for images: To which Cloud Storage bucket will you upload images that you want to resize? This bucket will store both the original and resized images.
45+
* Cloud Storage bucket for images: To which Cloud Storage bucket will you upload images that you want to resize? Resized images will be stored in this bucket. Original images can either be stored or deleted.
4646

4747

4848
* Sizes of resized images: What sizes of images would you like (in pixels)? Enter the sizes as a comma-separated list of WIDTHxHEIGHT values. Learn more about [how this parameter works](https://firebase.google.com/products/extensions/storage-resize-images).

0 commit comments

Comments
 (0)