Whenever I start the emulator I have to import a database for the realtime database and sometimes make the top level collections manually for firestore.
Is there a way to setup the emulator, such that the databases are already ready?
I don't want this to be filled with all the data from the actual project but rather some dummy data that is suffficient to carry out local development.
Again, I am not asking for this setup to run tests, (as is mentioned here) but rather for daily development.