willhlaw / node-firestore-backup-restore

Google Firebase Firestore backup and restore tool
91 stars 24 forks source link

Added fix for large paths on restore command line #12

Closed pmarconi closed 6 years ago

pmarconi commented 6 years ago

Added fix for large paths on restore command line. If the backupPath flag on the command line contains more than one subFolders, the backup it was done incorrectly, it creates the collection subFolderName, then the document subSubFolderName..etc

willhlaw commented 6 years ago

Nice catch. Looks good @pmarconi!