Top "Firebase-storage" questions

Cloud Storage for Firebase (previously called Firebase Storage) gives developers robust, secure uploads and downloads from Firebase SDKs by handling network interrupts and providing an intuitive authorization model.

How to get full downloadUrl from UploadTaskSnapshot in Flutter?

I correctly receive UploadTaskSnapshot, and the field downloadUrl contains an instance of Uri that parses download link of uploaded file. …

firebase flutter firebase-storage
Resize an image before uploading it to firebase

Firebase storage looks very cool and easy to use, but I'm wondering if there's a way to resize an image …

firebase imagemagick firebase-storage
Firebase - uploading images when internet is offline

Firebase has great option of using their database and sending data to their db even if you are offline, and …

firebase firebase-storage
Very Slow upload/download speed of Firebase Storage

The Story I am using Firebase Storage in my app to upload large files into the Firebase Storage. Files are …

android firebase firebase-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

firebase firebase-storage