Skip to content

Releases: firebase/extensions

storage-resize-images v0.1.5

05 Mar 19:22
c7396cd
Compare
Choose a tag to compare

fixed - The original, uploaded image's MIME type must now always be specified in the Content-Type header. (issue #175)

firestore-send-email v0.1.4

05 Mar 19:21
a0cf7cc
Compare
Choose a tag to compare

feature - Updated "Default FROM address" parameter to accept either an email address ([email protected]) or a name plus email address (Friendly Firebaser <[email protected]>). (issue #167)

firestore-bigquery-export v0.1.2

05 Mar 19:19
c7396cd
Compare
Choose a tag to compare

fixed - Added "IF NOT EXISTS" to safely run fs-bq-schema-views script multiple times (PR #193).
fixed - Updated BigQuery dependency in package.json for the fs-bq-import-collection script (issue #192 and PR #197).

firestore-shorten-urls-bitly v0.1.3

21 Feb 04:53
305d77e
Compare
Choose a tag to compare

fixed - Fixed 406 HTTP error code from Bitly API due to Content-Type header not being set (#202).

firestore-shorten-urls-bitly v0.1.2

06 Feb 18:10
f2cf007
Compare
Choose a tag to compare

fixed - Migrates Bitly API to v4 since v3 will be deactivated on March 1, 2020 (Issue #170).

Important: Update your extension to at minimum v0.1.2 before March 1, 2020; otherwise, your installed extension will stop working. Learn more.

firestore-send-email v0.1.3

06 Feb 18:12
f2cf007
Compare
Choose a tag to compare

fixed - Disables HTML escaping for plain text fields when using the templates option.

firestore-counter v0.1.3

06 Feb 18:13
f2cf007
Compare
Choose a tag to compare

build - Updates the firebase-admin and firebase-functions packages to the latest versions (issue #181).

firestore-counter v.0.1.2

16 Jan 18:23
f276587
Compare
Choose a tag to compare

feature - Limit shards to 100 documents, to optimize performance.

delete-user-data v0.1.3

16 Jan 18:23
f276587
Compare
Choose a tag to compare

feature - Support deletion of directories (issue #148).

storage-resize-images v0.1.4

09 Jan 18:16
0c8bf8c
Compare
Choose a tag to compare

fixed - Fixed bug where name of resized file was missing original name if there was no file extension (issue #20).
fixed - Fixed "TypeError: Cannot set property 'resizedImage' of undefined" (issue #130).
fixed - Fixed bug where some valid bucket names were rejected during configuration (issue #27).