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.

Can I use Firebase Storage for online music streaming?

What I want is to save mp3 files on Firebase Storage and then stream it to an Android device. All …

android firebase audio-streaming firebase-storage
Get Download URL from Firebase Storage in Flutter

I'm currently exploring Flutter, I found there is an official Firebase Storage plugin in Flutter firebase_storage I have storage …

firebase dart firebase-storage flutter
Firebase : Differences between realtime database and file storage

I learnt about real-time data storage and hosting storage from this post Difference between Data Storage and Hosting Storage? But …

firebase firebase-realtime-database firebase-storage
How to check if a file exists in Firebase storage from your android application?

I am developing android application where a user clicks image, it gets stored in firebase, cloud functions process this image …

android firebase firebase-storage
Where do I find "bucket" details for Firebase setup?

For configuring my firebase connection I need to include bucket details. storageBucket: "<BUCKET>.appspot.com", Where do I …

firebase firebase-storage
Firebase Storage gs url to http

I downloaded a Unity project that use images stored in Firebase server using the following link: https://zplayer360-86b30.…

firebase firebase-storage firebase-console
Understanding Firebase Storage tokens

I'm trying to understand how tokens work in Firebase Storage. Whenever my web app uploads an image to FS it …

javascript firebase firebase-storage
Flutter - Upload Image to Firebase Storage

I get an image from Firebase Storage, take a photo with the camera, or pick one from the Library. When …

image file firebase flutter firebase-storage
Delete folder with contents from Firebase Storage

I can easily delete a file within a child reference, but how would I delete the entire folder from Firebase …

swift firebase firebase-storage
Upload a base64 image with Firebase Storage

I'm making this app where users can have a profile picture (but only one picture each). I got everything set …

javascript image canvas firebase firebase-storage