By default firebase-dam moves files to the root path, maybe: /video.mp4.
Let's say I would like to upload to /dolphins/video.mp4 instead. Is there a way to do this?
Also, I understand that it's probably not needed since a reference is stored anyways, but I like to be organized and use Firebase Storage Rules.
I'm also eager to contribute if a change (like a new option) needs to be implemented for this.
By default firebase-dam moves files to the root path, maybe:
/video.mp4.Let's say I would like to upload to
/dolphins/video.mp4instead. Is there a way to do this?Also, I understand that it's probably not needed since a reference is stored anyways, but I like to be organized and use Firebase Storage Rules.
I'm also eager to contribute if a change (like a new option) needs to be implemented for this.