Skip to content

Commit ebc0cbd

Browse files
add under the resized image path parameter
1 parent d64c19a commit ebc0cbd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

storage-resize-images/POSTINSTALL.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ You can test out this extension right away:
66

77
1. Upload an image file to the bucket: `${param:IMG_BUCKET}`
88

9-
1. In a few seconds, the resized image(s) appear in the same bucket. Note that you might need to refresh the page to see changes.
9+
1. In a few seconds, the resized image(s) appear in the same bucket.
10+
11+
Note that you might need to refresh the page to see changes.
1012

1113
### Using the extension
1214

1315
When you upload an image file to `${param:IMG_BUCKET}`, this extension:
1416
- Creates resized image(s) with your specfied dimensions.
15-
- Stores both the resized image(s) and the original image in the same bucket, `${param:IMG_BUCKET}`.
17+
- Stores the resized image(s) in the bucket `${param:IMG_BUCKET}` (and, if configured, under the path `${param:RESIZED_IMAGES_PATH}`).
1618
- Names resized image(s) using the same name as the original uploaded image, but suffixed with the specified width and height.
1719

1820
You can upload images using the [Cloud Storage for Firebase SDK](https://firebase.google.com/docs/storage/) for your platform (iOS, Android, or Web). Alternatively, you can upload images directly in the Firebase console's Storage dashboard.

0 commit comments

Comments
 (0)