Closed chow2324 closed 5 years ago
I am trying to export the firestore database with subcollection, but the program will terminate if one of the subcollection is empty.
For example, my database structure is like : users//userinfo
but some users didn't have a userinfo yet, and the function will end at this point
is there anyway to solve it?
Hi @michealchow, please try this package: https://github.com/dalenguyen/firestore-backup-restore
I am trying to export the firestore database with subcollection, but the program will terminate if one of the subcollection is empty.
For example, my database structure is like : users//userinfo
but some users didn't have a userinfo yet, and the function will end at this point
is there anyway to solve it?