Releases: examind-ai/ltijs-firestore
Releases · examind-ai/ltijs-firestore
Release 2.2.0
@examind/ltijs-firestore
Release 2.1.0
@examind/ltijs-firestore
Release 2.0.3
@examind/ltijs-firestore
Release 2.0.2
Release 2.0.1
Release 2.0.0
Switch TTL policy to use expiresAt
field instead of the following fields:
- age2MinutesAt
- age10MinutesAt
- age1HourAt
- age24HoursAt
If upgrading from a previous version, your TTL policies will need to be updated. See the upgrade guide in README for more info.
Release 1.3.2
Revert 'preferRest' because of this issue: firebase/firebase-admin-node#2243
Release 1.3.1
Use initializeFirestore instead of getFirestore, as that seems to be the recommended approach: firebase/firebase-admin-node#1901 (comment)
Release 1.3.0
Instruct Firestore to use REST instead of gRPC for faster cold starts: firebase/firebase-admin-node#1901
Release 1.2.0
Upgraded firebase-admin
to version ^11.9.0
and now use firebase-admin
's modular API pattern.