Running this command: firebase database:set --project MyProject / myJsonData.json gives me the error: Path must begin with /. Which it does. I want to erase existing data in the root of my project and upload my new json. Tried putting the / in quotes (" and ') but no luck.