atn832 / fake_cloud_firestore

BSD 2-Clause "Simplified" License
118 stars 88 forks source link

add option to dump/load database to/from file #288

Open tomasweigenast opened 6 months ago

tomasweigenast commented 6 months ago

It could be a nice addon that the data dumped with .dump() can be saved to a file and later restored using FakeFirebaseFirestore(data: {}) or something like that

cedvdb commented 5 months ago

Imo that's outside the scope