dalenguyen / firestore-backup-restore

NPM package for backup and restore Firebase Firestore
https://firebaseopensource.com/projects/dalenguyen/firestore-backup-restore/
MIT License
493 stars 83 forks source link

Nested object & array, array of nested object #137

Closed Llolow closed 2 years ago

Llolow commented 2 years ago

Close #116

It's possible now to transform you'r string of refs in refs document in firestore when you import them For exemple :

If you have a refs and you declare it in options it will be transformed

Like you can see : image

dalenguyen commented 2 years ago

Hi @Llolow, thanks for your contribution! 🙏