Skip to content

Releases: examind-ai/ltijs-firestore

Release 2.1.0

24 May 17:47
Compare
Choose a tag to compare

@examind/ltijs-firestore

Release 2.0.3

16 May 22:14
Compare
Choose a tag to compare

@examind/ltijs-firestore

Release 2.0.2

07 Aug 01:13
Compare
Choose a tag to compare

Reset timestamps when documents are updated. Fixes: #8

Change

Release 2.0.1

25 Jul 17:34
Compare
Choose a tag to compare

Release 2.0.0

18 Jul 17:28
Compare
Choose a tag to compare

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

11 Jul 16:25
Compare
Choose a tag to compare

Revert 'preferRest' because of this issue: firebase/firebase-admin-node#2243

Release 1.3.1

07 Jul 15:10
Compare
Choose a tag to compare

Use initializeFirestore instead of getFirestore, as that seems to be the recommended approach: firebase/firebase-admin-node#1901 (comment)

Release 1.3.0

07 Jul 14:48
Compare
Choose a tag to compare

Instruct Firestore to use REST instead of gRPC for faster cold starts: firebase/firebase-admin-node#1901

Release 1.2.0

05 Jul 21:31
Compare
Choose a tag to compare

Upgraded firebase-admin to version ^11.9.0 and now use firebase-admin's modular API pattern.

Release 1.1.0

31 Dec 21:49
Compare
Choose a tag to compare

The following timestamps now get stored with every document creation, which allows you to use Firestore's TTL Policies to purge stale documents. See README for more info.

  • age2MinutesAt
  • age10MinutesAt
  • age1HourAt
  • age24HoursAt