question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

storage-resize-images: allow to specify a specific size for a specific path

See original GitHub issue

[READ] Step 1: Are you in the right place?

Issues filed here should be about a feature request for a specific extension in this repository. To file a feature request that affects multiple extensions or the Firebase Extensions platform, please reach out to Firebase support directly.

[REQUIRED] Step 2: Extension name

This feature request is for extension: storage-resize-images

What feature would you like to see?

I’d like to specify one (or more) size on a per-path basis

How would you use it?

I would generate different image resolutions for different content types (ex. artwork content type vs category content type)

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
russellwheatleycommented, Jan 4, 2021

Hey @kuamanet, thanks for the suggestion. We’re wary of increasing the number of parameters for each extension, particularly one that has 7 already. If anyone else would like to see this feature, please leave a comment below so we can see how popular it is!

In the mean time, I would suggest that what you want is already possible. You could just create a storage-resize-image extension for each image size(s), and use the include and exclude path options to specify which images ought to be resized.

1reaction
russellwheatleycommented, Feb 23, 2021

@chris Yes, that is correct.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Optimize and resize images in Firebase storage using ImageKit
Here's the guide to deliver optimized images directly from your firebase storage. Create overlays, manage dpr ratio, dynamic banners & more.
Read more >
Resize Images | Extensions Marketplace by Firebase
Resizes images uploaded to Cloud Storage to a specified size, and optionally keeps or deletes the original image.
Read more >
How can I resize all existing images in firebase storage?
1 Answer 1 · Get all the files of your bucket, see the getFiles() method of the Google Cloud Storage Node. · By...
Read more >
Command-line Basics: Resizing Images with ImageMagick
To resize an image to specific dimensions, use the convert command with an input file, the -resize parameter, your preferred dimensions, ...
Read more >
Resize your images without writing code with Firebase ...
Cloud Storage path for resizing images lets you determine a path inside the bucket for the new images. For example, if you're creating...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found