Closed jeremylorino closed 6 years ago
@yoiang check it. this should solve #16 with CLI params included.
also brings codacy to almost 100% across the board. all issues squashed except one.
The only thing I'd say is it would be great to have bluebird
as an optional dependency rather than required and have the backup code's contents largely agnostic which still taking advantage of bluebird
's or any future Promise libraries particulars. This may be having my cake and eating it too ;)
I apologize, I didn't thank you for this work earlier up, this is great! 😄
@yoiang how about this
removed bluebird as a dependency and localized the use of Promise
inside FirestoreBackup
and allows it to be overridden after initialization.
we can add bluebird back after this and use it if we want.
It looks great, thank you again :)]
Working towards resolution of #16 will reference #4 because there was conversation regarding this in the issue.