Skip to content

Releases: j-mendez/dfirestore

Background refresh child process fix

22 Apr 01:00
Compare
Choose a tag to compare

fix spawning of multiple processes for background refresh for long lived refreshes.

Worker event log handling

17 Apr 19:41
Compare
Choose a tag to compare
  1. add worker for firebase event collection handling

Minor export `setProjectKey` to lib

22 Mar 02:05
8ddb4aa
Compare
Choose a tag to compare

What's Changed

  • fixed missing export by @vokeio in #7

New Contributors

  • @vokeio made their first contribution in #7

Full Changelog: v0.3.6...v0.3.9

Runtime refresh improvement

21 Mar 21:16
Compare
Choose a tag to compare
  1. Remove runtime jwt file storing and set jwt handling fully through env context #6
  • CLI will store jwt to file to manage between commands.

Thank you @vokeio for the contribution on the issue.

minor release

10 Jul 17:07
Compare
Choose a tag to compare

lock package version for dotenv

minor release readme update

10 Jul 17:05
Compare
Choose a tag to compare
v0.3.5

fix readme collection export example

minor release

10 Jul 15:08
Compare
Choose a tag to compare

minor refactor on initial event log

minor update export import to one command

10 Jul 13:51
Compare
Choose a tag to compare

add moveDocuments for import export.

minor release

10 Jul 13:14
Compare
Choose a tag to compare

add setProjectKey for runtime FIREBASE_PROJECT_KEY env variable setting.

Minor release: add transaction rollback

10 Jul 13:01
Compare
Choose a tag to compare

adds rollback method to firestore for admin accounts