Question:
How to upload a single file to firebase without deleting existing files?
Details:
Purpose: uploading a single file without deleting existing files on the server
Usage: have separate directories on the local computer, each of which is loaded into a specific folder on the server
What I tried: overriding the public dir with firebase deploy -p file.txt, this results in the root public dir parameter being used to install this directory.
source
share