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.

Store image in Firebase Storage and save metadata in Firebase Cloud Firestore (Beta)

I am trying to upload an image to Firebase Storage and save several certain metadata to the Firebase Cloud. I …

javascript firebase metadata firebase-storage google-cloud-firestore
Accessing firebase.storage() with AngularFire2 (Angular2 rc.5)

I am trying to access firebase.storage() on my project, with: "@angular": "2.0.0-rc.5" "angularfire2": "^2.0.0-beta.3-pre2" "firebase": "^3.3.0" I found this …

angular firebase firebase-storage angularfire2
Cloud Storage for Firebase access error "admin.storage(...).ref is not a function"

I am working with Cloud Storage for Firebase and can't figure out how to to access storage files According to …

node.js firebase firebase-storage firebase-admin
Firebase storage - Limit size of image that users upload to firebase storage

I am a new firebase developer. I am developing an android app that lets users upload images to firebase storage. …

firebase firebase-storage
how do I check the file size of a video in flutter before uploading

I want to upload a video file to my cloud storage but I want to check the size of the …

dart flutter firebase-storage
Uncaught Error: No Storage Bucket defined in Firebase Options. (WEB)

I tried to upload a file(image) on firebase storage. but it consoles an error saying "Uncaught Error: No Storage …

javascript firebase firebase-storage
Set cache to files in Firebase Storage

I have a PWA running on Firebase. My image files are hosted on the Firebase Storage. I've noticed my browser …

javascript json caching firebase firebase-storage
Value of type 'StorageMetadata' has no member 'downloadURL'

Hey I need help with this coding, i'm not sure what has happened. It was working the other day. The …

swift firebase firebase-storage
How to change region of existing Firebase project?

I have a project that is located in the Central America region, but since I can choose a European region, …

firebase google-cloud-firestore firebase-storage
How can I get image from Firebase Storage and display them in Angular 2 ngFor

I'm trying to display image in *ngFor which I downloaded from Firebase Storage. I succeeded fetching image data from storage, …

angular typescript firebase firebase-storage monaca