Skip to content

Releases: firebase/extensions

firestore-bigquery-export v0.1.4

23 Apr 17:46
c07279f
Compare
Choose a tag to compare

fixed - Converted circular structure to JSON error. (Issue #236)
fixed - Fixed bug where modules were not sharing the same Cloud Firestore
DocumentReference. (Issue #265)
fixed - Updated @firebaseextensions/firestore-bigquery-change-tracker dependency. (Issues #250 and #196)

firestore-bigquery-export v0.1.3

09 Apr 22:19
1ab5423
Compare
Choose a tag to compare

feature - Interpret data more easily with column descriptions in the exported BigQuery data (#138).

  • The raw changelog now includes column descriptions.
  • The schema-views script allows you to specify custom column descriptions.

fixed - Updated @firebaseextensions/firestore-bigquery-change-tracker dependency (fixes issues #235 and #225).

delete-user-data v0.1.4

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

fixed - updated firebase-tools dependency to avoid using deprecated gcp-metadata API (Issue #206).

Important: If you use this extension to delete user data from Cloud Firestore, you must update your extension to at minimum v0.1.4 before April 30, 2020. Otherwise, your installed extension will stop working. No further action is required.

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).