Yaman
Yaman
### [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...
fixes #1080 fixes #1136
Include the original image metadata object in the event. Metadata object shape: https://firebase.google.com/docs/reference/functions/providers_storage.objectmetadata fixes #1019
### [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...
**Remove unnecessary duplicate code:** https://github.com/firebase/extensions/blob/8efd4e18afdb62218e1422deee1d60c89df9ebb9/firestore-bigquery-export/scripts/import/src/index.ts#L146 https://github.com/firebase/extensions/blob/8efd4e18afdb62218e1422deee1d60c89df9ebb9/firestore-bigquery-export/scripts/import/src/config.ts#L68 **fixes #911** The `batchSize` param was passed without parsing it to integer https://github.com/firebase/extensions/blob/8efd4e18afdb62218e1422deee1d60c89df9ebb9/firestore-bigquery-export/scripts/import/src/run.ts#L38 Now it is parsed directly in the `parseConfig` method **fixes #962**...
Add an opt-in param to make the generated resized images public automatically, so they can be accessed by URL like: https://storage.googleapis.com/{bucket}/{path} fixes: #140 fixes: #998 fixes: https://github.com/firebase/extensions/issues/1029
### [REQUIRED] Step 2: Describe your configuration - Extension name: **storage-resize-images** - Extension version: **0.1.26** ### [REQUIRED] Step 3: Describe the problem The resize function is called twice for each...