Tags:
- 💥 [Breaking Change]
- 👓 [Spec Compliancy]
- 🚀 [New Feature]
- 🐛 [Bug Fix]
- 📝 [Documentation]
- 💅 [Polish]
- passing firestore as a parameter (#153)
- update packages
- update packages
- fix unable to get subCollection data if setting queryCollection in export options (thank @leoleelf)
- fix import link & use commonjs
- turn the package to use es module
- update packages
- utilize pnpm instead of yarn
- Add support for nested object & array, array of nested object (thanks, @Llolow)
- update packages
- update readme (thanks, @h1r0mu)
- refactor code
- potential fix for #128
- update packages
- potential fix for #128 (google-gax timeout error)
- Backup in parallel (Thanks, @CoachBenedetto)
- upgrade to new firebase-admin methods
- default initialize app to initializeFirebaseApp
- update packages
- prevented runtime error when exported document has only sub-collections (#117 thank @asankha)
- updated ci
- updated packages
- Adds backupFromDoc function to backup the document and subcollections (thank @davidbrenner)
- Checked for empty subCollection
- Applied generic type
- Updated packages
- Added "autoParseGeos" option (Thanks @wata)
- Updated packages
- Added firestore settings (Thanks @raqso)
- Updated packages
- use showLogs as options for showing console logs
- Updated packages
- Updated types for restore / backup options (Thanks @jdepoix)
- Added validation for document reference #84
- Added ability to query collections before backup #90 (Thanks @jdepoix)
- Added option to silence logs on import #89 (Thanks @Joebayld)
- Added support for nested document ref when backing up
- Updated packages
- Fixed typos (Thanks @ajonp & @sampl)
- Added support for reference path (Thank @russellr922)
- Removed databaseURL from parameter when initalizeApp
- Moved docsFromEachCollection to export options
- Updated packages
- Added Automatic Timestamp Parsing (Thank @benwinding)
- Updated firebase-admin packages (9.2.0)
- Support exporting single document from each collection (#63) - Thank @benwinding
- Updated packages
- Minified helper functions
- Allowed null dates (#56)
- Added export multiple sub collections (#57)
- Added contributing file
- Updated new pacakges
- Added support for nested geo #47
- Updated new pacakges
- Added name parameter when initializing app #27
- Supported import array of locations
- Update new packages
- Fixed security package: minimist
- Supported import array of references
- Supported multi sub collections
- Update new packages
- Check app before initializing
- Changed options for date & location & ref
- Added support reference type
- Added upload array of document feature (without predefined document id)
- Get data with all sub collectiosn with extra params
- Updated packages
- Allow multi level time #33
- Update packages
- Added change log
- Support time import max to two levels