You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
storage-resize-images
What feature would you like to see?
Image auto resize based on Firestore/Realtime Database document creation/update.
How would you use it?
When a user uploads a profile image, I save the image path on the document of the user in either Firestore or Realtime Database, I would like to run the resize extension, but attach the downloadURL for the new resized image to the document as well, either overwriting the parameter for the original image, or have the option to create a new parameter for the thumbnail.
The text was updated successfully, but these errors were encountered:
[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
storage-resize-images
What feature would you like to see?
Image auto resize based on Firestore/Realtime Database document creation/update.
How would you use it?
When a user uploads a profile image, I save the image path on the document of the user in either Firestore or Realtime Database, I would like to run the resize extension, but attach the downloadURL for the new resized image to the document as well, either overwriting the parameter for the original image, or have the option to create a new parameter for the thumbnail.
The text was updated successfully, but these errors were encountered: