-
Notifications
You must be signed in to change notification settings - Fork 958
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
Add support for Firestore TTL #5267
Conversation
LGTM from TTL backend. |
Codecov ReportBase: 56.27% // Head: 56.27% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #5267 +/- ##
=======================================
Coverage 56.27% 56.27%
=======================================
Files 309 310 +1
Lines 20820 20886 +66
Branches 4224 4244 +20
=======================================
+ Hits 11716 11754 +38
- Misses 8092 8112 +20
- Partials 1012 1020 +8
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Description
API change to add Firestore TTL support for the CLI.
The implementation of the design change is tracked at b/249528585
Scenarios Tested
User Journeys tested:
ttl
property is undefined. Only take effect when is explicitly set.--force
flag is used.ttl
property is enforced to be boolean.