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
When running firebase emulators:start --import <target folder> --export-on-exit and the <target folder> does not exist, the export does not occur.
Expected behavior
When running the emulator with a target folder for import flag that does not exist and an export-on-exit flag, the export functionality creates the folder structure and performs the export.