You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only way to relocate a file in Firebase Storage is to delete the original and re-upload to the new location. This usually isn't disastrous, but it's far from optimal. If I'm not mistaken, Google Cloud Storage, which is the backbone for Firebase Storage, does allow file move requests. Is this a feature we could discuss for inclusion in a future version of Firebase Storage?
The text was updated successfully, but these errors were encountered:
Note: it will still call onFinalize storage function - if you have thumbnails generation cloud function it will run on every move, so technically no need to move thumbnail files.
Edit: Sorry, did not notice this was ios sdk - i've tested it on admin sdk
Edit2: If there is none in ios sdk, you can set up cloud function that moves files via admin sdk
Currently the only way to relocate a file in Firebase Storage is to delete the original and re-upload to the new location. This usually isn't disastrous, but it's far from optimal. If I'm not mistaken, Google Cloud Storage, which is the backbone for Firebase Storage, does allow file move requests. Is this a feature we could discuss for inclusion in a future version of Firebase Storage?
The text was updated successfully, but these errors were encountered: