Closed
Description
It would be great to have the possibility to create an instance of the Firestore emulator with a dataset.
Currently, we're doing a batch write to initialize or reset an instance of an emulator. The issue is that it takes nearly 3s for an update of 120 operations (our testing dataset).
Would it be possible to create a Firestore emulator instance from a snapshot or to improve the performances of the emulator for large updates?