You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
SamyPesse, nickreynke, wyattades, WhatsThatItsPat, anantanandgupta and 13 more