I'm trying to use the firebase cli to upload data to the firebase real-time database. I followed the examples on the firebase blog, but I'm running into a problem.
It seems that the Windows version of the firebase cli doesn't allow for data from STDIN or as an command line argument, which contradicts the firebase documentation for the cli.
I'd like to avoid writing the JSON to a file just for the upload. Is it possible to use the firebase cli in Windows to update the database without using a file?