Releases: firebase/extensions
delete-user-data v0.1.4
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
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
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
firestore-shorten-urls-bitly v0.1.3
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
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
fixed - Disables HTML escaping for plain text fields when using the templates
option.
firestore-counter v0.1.3
build - Updates the firebase-admin and firebase-functions packages to the latest versions (issue #181).
firestore-counter v.0.1.2
feature - Limit shards to 100 documents, to optimize performance.
delete-user-data v0.1.3
feature - Support deletion of directories (issue #148).