Jeremy Lorino
Jeremy Lorino
While talking with the Firebase team at Next, this feature is coming in Firestore GA. They are in the process of merging Firestore and Datastore. On Tue, Jul 24, 2018,...
Great work everyone. I know the Firebase team appreciates the work that was put into this repo as well as the feedback. Ta-da!! On Wed, Aug 8, 2018, 1:26 PM...
@yoiang whats the thinking here? In a func you would use this lib to backup your firestore db to a gcs file?
Let me know if I diverge from the original idea. In the context of cloud functions, this is the perfect fan-out model. And I use it all the time during...
@yoiang this is kinda what I was thinking in regards to uploading to GCS. Because the backup flow is serial the time to backup the db is much longer, but...
@yoiang have you made progress here? I was thinking of implementing parallelization by having the cli call itself and passing a document path for context. Seems like this will allow...
Looks valuable. I have been investigating modifying selienize for the runner so it would wrap each step in a try/catch and throw a more specific error. Additionally, my initial POC...
> The runner was not designed for these purposes, it will be a major undertaking, my thought was to use the redesigned `side-cli` that we develop for the new electron...
Makes sense I'll take a look at it and see where my time is best spent Thanks for all the info
@willhlaw please assign. i'll pick this up