Jeremy Lorino
Jeremy Lorino
Sweet, thanks! Keep up the good work!
@ropaolle do you have a real-world use case? I have a few empty collections that I must have preserved but I have yet to run into a case where an...
Ok, I misunderstood the original question. Re-read you last comment and I understand now. And regardless of a real world usecase these documents should still be backed up; empty/dangling or...
Firestore api supports showing missing docs in a [ListRequest](https://github.com/googleapis/nodejs-firestore/blob/master/protos/google/firestore/v1beta1/firestore.proto#L196)
Began the basics of the restore functionality. Luckily @s-shiva1995 set us up nicely with the backup format. Going to approach this the same way as the backup. 1. Serial. No...
stewwan do you mean that this is currently a feature they provide for Firestore? Or that this is something they _should_ provide?
@stewwan I figured that is what you meant ;) My personal opinion is that if I have time to build on top of _any_ company's to bridge a gap then...
> FYI There is no indication that the Firebase team will have this functionality in 2018 @yoiang going to PR this feature but i'm going to slap some tests around...
@yoiang I am not very confident in putting a good suite of tests around the current repo using flow and babel. I converted to typescript and started a few tests....
@yoiang totally agree; which is why i went ahead dropped yall a line to get everyone's temperature here. The largest factor that led me to doing a Typescript conversion was...