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.

FirebaseApp.configure() has an error use of unresolved identifier 'FirebaseApp'

So every time in my pod file I decide to add something like pod 'Firebase/Storage’ with pod 'Firebase/Core’, …

xcode firebase cocoapods firebase-storage
Firebase get Download URL after successful image upload to firebase storage

I am trying to upload a single image to Firebase Storage, then grab its download url and assign this to …

javascript angular firebase firebase-realtime-database firebase-storage
StorageException has occurred. Object does not exist at location. Storage FireBase

I want display image in imageView, that's what I'm doing: I'm using FirebaseUI to display images from FireBase Storage. FirebaseStorage …

android firebase firebase-storage
displaying firebase storage images in a RecyclerView

Hi I asked an earlier question about displaying an image using Base64 from my Firebase database. It was recommended to …

android firebase android-recyclerview firebase-storage
update progress bar with Firebase uploading

I tried to add a progress bar to uploading files on firebase. but unfortunalty it does not indicate upload progress. …

android firebase firebase-storage
how to check if file exists in Firebase Storage?

When using the database you can do snapshot.exists() to check if certain data exists. According to the docs there …

javascript firebase firebase-storage
Android - Firebase - TaskSnapshot - Method should only be accessed within private scope?

Everything was working great... until I came back to work from a 3 month break and updated my Firebase from 9.8 to 10.0.1 …

android firebase firebase-storage
Get Public URL from file uploaded with firebase-admin

I use firebase-admin and firebase-functions to upload a file in Firebase Storage. I have this rules in storage: service firebase.…

firebase google-cloud-storage firebase-storage firebase-admin
Firebase Storage invalid argument on upload

I keep getting an Invalid argument in put at index 0: Expected Blob or File error. The funny thing is the …

javascript firebase firebase-storage