Question:
How to upload a single file to firebase without deleting existing files?
Details:
Intent: upload single file without deleting existing files on server
Usage: have separate directories on local machine each uploading to a specific folder on server
What I've tried: overriding the public dir with
firebase deploy -p file.txt
, this results in setting root public dir to use that dir.
firebase deploy
call or not. As it's a CDN based service makes sense that it would have this limitation. – Ceilometer