Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(firestore-send-email): add TTL support #1410

Merged
merged 4 commits into from
Feb 1, 2023

Conversation

cabljac
Copy link
Contributor

@cabljac cabljac commented Jan 16, 2023

This feature allows TTL support for firestore-send-email.

The dev can pick a value for the parameter FIRESTORE_EXPIRE_AT and the extension will automatically add an expireAt field to firestore records of emails, with a value relative to their creation. The dev can set up a TTL policy on their firestore database to delete these records.

fixes #1072

@cabljac cabljac force-pushed the @invertase/send-email-TTL-support branch from a7afcd6 to f2908f0 Compare January 16, 2023 13:12
@dackers86 dackers86 added this to Under consideration in Extension Update Tracker via automation Jan 17, 2023
@dackers86 dackers86 added the in-review Awaiting review by FE team. label Jan 17, 2023
@dackers86 dackers86 moved this from Under consideration to In review in Extension Update Tracker Jan 17, 2023
@dackers86 dackers86 marked this pull request as ready for review January 23, 2023 14:05
Extension Update Tracker automation moved this from In review to Launch approval pending Jan 31, 2023
@dackers86 dackers86 merged commit 38b26f2 into next Feb 1, 2023
Extension Update Tracker automation moved this from Launch approval pending to Launched Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in-review Awaiting review by FE team.
Projects
Development

Successfully merging this pull request may close these issues.

TTL support for firestore-send-email
3 participants