firebasefirebase-storage

How to move files with firebase storage?


Is there a way to move files with firebase.storage()?

Example: user1/public/image.jpg to user1/private/image.jpg


Solution

  • There is no such way to move to other location, rather you can download and then put it to other reference and deleting the previous location.