Conversation
* feat(firestore-send-email): added oauth2 * chore: added secure flag * refactor(firestore-send-email): remove unec. params * test(firestore-send-email): fix tests * chore(firestore-send-email): fix handlebars type * docs(firestore-send-email): fix oauth guide * docs(firestore-send-email): fix OAuth2 param descriptions * docs(firestore-send-email): mention secure connection * chore(firestore-send-email): bump extension version * docs(firestore-send-email): update oauth guide * chore(firestore-send-email): clean up script and remove logs --------- Co-authored-by: Jacob Cable <jacobcable94@gmail.com>
* feat(storage-resize-images): support '+' character in path * chore(storage-resize-images): added test for '+' char in path * chore(storage-resize-images): bump extension version --------- Co-authored-by: Jacob Cable <jacobcable94@gmail.com>
* fix(storage-resize-images): windows path fixed * refactor(storage-resize-images): changes to windows path fix code solution * refactor(storage-resize-images): remove some redundancy and add test * chore(storage-resize-images): update changelog --------- Co-authored-by: Jacob Cable <jacobcable94@gmail.com>
CorieW
approved these changes
Mar 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Releases
storage-resize-images
Version 0.2.8
fixed - support '+' character in paths
docs - fix typo in PREINSTALL.md
fixed - handle paths correctly on windows
firestore-send-email
Version 0.1.37
feat: add support for OAuth2 authentication
fix: default replyTo issue introduced in 0.1.35
fix: sendgrid attachment bug introduced in 0.1.35