Skip to content

Releases: firebase/extensions

firestore-translate-text v0.1.2

12 Dec 20:34
0034528
Compare
Choose a tag to compare

fixed - Fixed bug where target languages could not be reconfigured.

firestore-send-email v0.1.2

12 Dec 20:34
0034528
Compare
Choose a tag to compare

feature - Support custom email headers. The extension reads from the headers field in the Cloud Firestore document (detailed instructions provided in the POSTINSTALL file. (issue #77)

firestore-counter v0.1.1

12 Dec 20:34
0034528
Compare
Choose a tag to compare

changed - Moves the logic for monitoring the extension's workload from the existing HTTP function to a new Pub/Sub controllerCore function. Now, if called, the HTTP function triggers the new controllerCore function instead. This change was made to accommodate a change in the way Google Cloud Functions handles HTTP functions.

We recommend that you edit your existing Cloud Scheduler job to instead send a message to the extension's Pub/Sub topic which triggers the new controllerCore function (detailed instructions provided in the POSTINSTALL file. Although it's not recommended, if you leave your Cloud Scheduler job calling the HTTP function, your extension will continue to run as expected.

firestore-bigquery-export v0.1.1

12 Dec 20:35
0034528
Compare
Choose a tag to compare

fixed - Fixed occasional duplicate rows created in the BigQuery backup table (issue #101).

storage-resize-images v0.1.3

21 Nov 19:47
ab7d229
Compare
Choose a tag to compare

feature - Automatically copy the following metadata, if present, from the original image to the resized image(s): Cache-Control, Content-Disposition, Content-Encoding, Content-Language, Content-Type, and user-provided metadata (except Firebase storage download tokens). Note that you can configure your extension to overwrite the Cache-Control value for the resized image(s).

November 7, 2019 Extensions Updates

07 Nov 19:13
750bb0f
Compare
Choose a tag to compare

delete-user-data v0.1.2

feature - Add a new param for recursively deleting subcollections in Cloud Firestore (issue #14).
fixed - Fixed "cold start" errors experienced when the extension runs after a period of inactivity (issue #48).

firestore-shorten-urls-bitly v0.1.1

fixed - Fixed "cold start" errors experienced when the extension runs after a period of inactivity (issue #48).

firestore-send-email v0.1.1

fixed - Fixed "cold start" errors experienced when the extension runs after a period of inactivity (issue #48).

firestore-translate-text v0.1.1

fixed - Fixed bug where param validation failed when a single language was entered.
fixed - Fixed "cold start" errors experienced when the extension runs after a period of inactivity (issue #48).

storage-resize-images v0.1.2 (rolled back due to bug)

feature - Add new param for deleting the original image.

October 17, 2019 Extension Updates

17 Oct 17:13
a1496c4
Compare
Choose a tag to compare

storage-resize-images v0.1.1

fixed - Fixed bug where certain edge cases led to already resized image being resized again (issue #7).