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 create a folder in Firebase Storage?

So the new Firebase has support for storage using Google Cloud Platform. You can upload a file to the images …

javascript firebase firebase-storage firebase-console
How to Store "direct link" to an image using Firebase Storage

I need to access an image stored on Firebase Storage by a direct link, eg http://myfirebasehost.com/storage/imgIwant.…

firebase firebase-storage
taskSnapshot.getDownloadUrl() is deprecated

Until now, the way to get the url from file on Storage in Firebase, I used to do this taskSnapshot.…

android firebase firebase-storage
How to download entire folder from Firebase Storage?

I want to download an entire folder from Firebase storage. I can download single files using DownloadURL as follows, but …

javascript firebase firebase-storage
Convert image path to blob react native

Problem I am trying to create an app with react native and firebase. One of the features I would like …

javascript firebase react-native firebase-storage
Getting 403 Forbidden error when trying to load image from Firebase Storage

I'm using firebase storage to store and load images for users on my android app. All users must be authenticated …

android firebase firebase-storage
Store files with unique/random names

With the new Firebase API you can upload files into cloud storage from client code. The examples assume the file …

firebase firebase-storage
Firebase Cloud Storage: permission denied. could not perform this operation firebase when retrieving downloadURL

I have a function that successfully uploads an image to my cloud storage bucket. With another function I want to …

angular firebase firebase-storage
FirebaseStorage: How to Delete Directory

FirebaseStorage always returns error 400 when I try to delete a directory i.e. something like the following always returns error 400. …

ios swift firebase firebase-storage
Maximum size of a document in firestore?

I want create a document that containing about 20 million objects. The structure like that: documentID ---- key1 -------- object1 -------------name: "…

firebase-storage google-cloud-firestore