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

doc: Add instructions for setting up Firestore TTL policies for delivery.expireAt field #2246

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

Gustolandia
Copy link
Contributor

Solves issue: 1946

Description:
This PR enhances the documentation for the firestore-send-email extension by adding details about configuring Firestore TTL policies to manage automatic deletion of expired email documents. The updates provide clear guidance for users to set up and leverage the TTL feature effectively.

Key Updates:
README.md:
Added a section on configuring Firestore TTL policies for the delivery.expireAt field.
PREINSTALL.md:
Included prerequisites for enabling and configuring Firestore TTL policies.
POSTINSTALL.md:
Expanded details on the usage of the delivery.expireAt field and the necessary Firestore setup.
CHANGELOG.md:
Documented the addition of TTL setup instructions in the version history.

@Gustolandia Gustolandia added documentation Improvements or additions to documentation extension: firestore-send-email Related to firestore-send-email extension labels Dec 30, 2024
@Gustolandia Gustolandia self-assigned this Dec 30, 2024
@Gustolandia Gustolandia force-pushed the @invertase/Extensions/firestore-send-email/1946 branch from a2088e8 to 6f6b0b7 Compare December 30, 2024 17:51
@Gustolandia Gustolandia linked an issue Dec 30, 2024 that may be closed by this pull request
@cabljac cabljac requested a review from a team as a code owner January 6, 2025 11:21
@cabljac cabljac force-pushed the @invertase/Extensions/firestore-send-email/1946 branch 2 times, most recently from 6a5ab67 to e3e4c3c Compare January 6, 2025 12:22
@Gustolandia Gustolandia force-pushed the @invertase/Extensions/firestore-send-email/1946 branch from a9dd566 to e3e4c3c Compare January 8, 2025 19:12
@Gustolandia Gustolandia requested review from CorieW and pr-Mais January 9, 2025 21:19
@Gustolandia Gustolandia force-pushed the @invertase/Extensions/firestore-send-email/1946 branch from e3e4c3c to 34f06a5 Compare January 9, 2025 21:24
@Gustolandia Gustolandia force-pushed the @invertase/Extensions/firestore-send-email/1946 branch from 34f06a5 to f5c9d12 Compare January 9, 2025 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation extension: firestore-send-email Related to firestore-send-email extension
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 [firestore-send-email] delete email documents on TTL expire
3 participants