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.

Display images from firebase storage in html img tags

I'm attempting to display an image from firebase into html img tags, but it fails to retrieve the image. Javascript …

javascript html firebase firebase-storage
Flutter & Firebase: Compression before upload image

I want to send photo selected by user in my app to Firebase Storage. I have a simple class with …

firebase dart firebase-storage flutter
How to upload multiple files to Firebase?

Is there a way to upload multiple files to Firebase storage. It can upload single file within single attempt as …

javascript firebase firebase-storage
Android Firebase Database Storage Size Limits

I'm curious if the Firebase Database and Firebase Storage have limits. If they do, what are they? I'm planning to …

firebase firebase-realtime-database firebase-storage
Firebase User Uploads and Profile Pictures

Hello looking for some help, I currently have some JavaScript code that allows a signed in user to upload an …

javascript firebase firebase-storage
Firebase Token Authentication error

I am using firebase storage to upload files , but when I upload I am getting this error E/StorageUtil: error …

android firebase firebase-realtime-database firebase-storage
FirebaseStorage returning unknown error when requesting image

I am trying to pull in an image I have added to my firebase storage on an Android device. Every …

android firebase firebase-storage
Firebase storage security rules 400 error issue "Permission denied. Could not access bucket xxxxx-****.appspot.com"

I keeps getting message error from firebase link saying 400 error with my firebase storage upload in my react project when …

firebase-storage firebase-security http-status-code-400
Save base64 encoded image to Firebase Storage

Using firebase 3.0.x, is it possible to save a base64 encoded image to the new Firebase Storage service? I am …

javascript firebase firebase-storage
Uploading Images from UIImage Picker onto new Firebase (Swift)

I have a UIImagePicker set up within my app that works fine. I would like to upload a profile picture …

ios firebase swift2 uiimagepickercontroller firebase-storage