firestore-backup-restore

NPM package for backup and restore Firebase Firestore

MIT License

Downloads
19.1K
Stars
494
Committers
25

Bot releases are visible (Hide)

firestore-backup-restore - v1.4.0 Latest Release

Published by dalenguyen about 1 year ago

[1.4.0] - 2023-07-30

- 💥 [Breaking Change]

  • passing firestore as a parameter (#153)

- 💅 [Polish]

  • update packages
firestore-backup-restore - v1.3.5

Published by dalenguyen almost 2 years ago

[1.3.5] - 2022-10-28

- 🐛 [Bug Fix]

  • fix unable to get subCollection data if setting queryCollection in export options (thank @leoleelf)
firestore-backup-restore - v1.3.4

Published by dalenguyen about 2 years ago

[1.3.4] - 2022-10-09

- 🐛 [Bug Fix]

  • fix import link & use commonjs
firestore-backup-restore - v1.3.0

Published by dalenguyen about 2 years ago

[1.3.0] - 2022-10-09

- 💅 [Polish]

  • turn the package to use es module
  • update packages
firestore-backup-restore - v1.2.1-1

Published by dalenguyen about 2 years ago

[1.2.1] - 2022-08-24

- 💅 [Polish]

  • update packages
  • utilize pnpm instead of yarn
firestore-backup-restore - v1.2.1-0

Published by dalenguyen about 2 years ago

[1.2.1] - 2022-08-24

- 💅 [Polish]

  • update packages
  • utilize pnpm instead of yarn
firestore-backup-restore - v1.2.1

Published by dalenguyen about 2 years ago

[1.2.1] - 2022-08-24

- 💅 [Polish]

  • update packages
  • utilize pnpm instead of yarn
firestore-backup-restore - v1.2.0

Published by dalenguyen over 2 years ago

[1.2.0] - 2022-06-27

- 🚀 [New Feature]

  • Add support for nested object & array, array of nested object (thanks, @Llolow)

- 💅 [Polish]

  • update packages
firestore-backup-restore - v1.1.0

Published by dalenguyen over 2 years ago

[1.1.0] - 2021-03-25

- 💅 [Polish]

  • update readme (thanks, @h1r0mu)
  • refactor code
  • potential fix for #128
firestore-backup-restore - v1.0.1

Published by dalenguyen over 2 years ago

[1.0.1] - 2021-03-20

- 💅 [Polish]

  • update packages
  • potential fix for #128 (google-gax timeout error)
firestore-backup-restore - v1.0.0

Published by dalenguyen over 2 years ago

[1.0.0] - 2021-03-13

- 🚀 [New Feature]

  • Backup in parallel (Thanks, @CoachBenedetto)

- 💅 [Polish]

  • upgrade to new firebase-admin methods

- 💥 [Breaking Change]

  • default initialize app to initializeFirebaseApp
firestore-backup-restore - v0.18.0

Published by dalenguyen over 2 years ago

[0.18.0] - 2022-03-04

- 💅 [Polish]

  • update packages
firestore-backup-restore - v0.17.0

Published by dalenguyen about 3 years ago

[0.17.0] - 2021-09-09

- 💅 [Polish]

  • prevented runtime error when exported document has only sub-collections (#117 thank @asankha)
  • updated ci
  • updated packages
firestore-backup-restore - v0.16.0

Published by dalenguyen about 3 years ago

[0.16.0] - 2021-07-24

- 🚀 [New Feature]

  • Adds backupFromDoc function to backup the document and subcollections (thank @davidbrenner)

- 💅 [Polish]

  • Checked for empty subCollection
  • Applied generic type
  • Updated packages
firestore-backup-restore - v0.15.0

Published by dalenguyen over 3 years ago

[0.15.0] - 2020-05-14

- 🚀 [New Feature]

  • Added "autoParseGeos" option (Thanks @wata)

- 💅 [Polish]

  • Updated packages
firestore-backup-restore - v0.14.0

Published by dalenguyen over 3 years ago

[0.14.0] - 2020-03-25

- 🚀 [New Feature]

  • Added firestore settings (Thanks @raqso)

- 💅 [Polish]

  • Updated packages

- 💥 [Breaking Change]

  • use showLogs as options for showing console logs
firestore-backup-restore - v0.13.0

Published by dalenguyen over 3 years ago

[0.13.0] - 2021-03-12

- 💅 [Polish]

  • Updated packages
  • Updated types for restore / backup options (Thanks @jdepoix)
firestore-backup-restore - v0.12.1

Published by dalenguyen over 3 years ago

[0.12.1] - 2020-02-26

- 🐛 [Bug Fix]

  • Added validation for document reference #84
firestore-backup-restore - v0.12.0

Published by dalenguyen over 3 years ago

[0.12.0] - 2020-02-26

- 🚀 [New Feature]

  • Added ability to query collections before backup #90 (Thanks @jdepoix)
  • Added option to silence logs on import #89 (Thanks @Joebayld)
firestore-backup-restore - v0.11.0

Published by dalenguyen over 3 years ago

[0.11.0] - 2020-02-21

- 🚀 [New Feature]

  • Added support for nested document ref when backing up