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 get a list of all files in Cloud Storage in a Firebase app?

I'm working on uploading images, everything works great, but I have 100 pictures and I would like to show all of …

firebase firebase-storage
Firebase how to get Image Url from firebase storage?

Right now i am fetching image from Storage of Firebase by using below code : mStoreRef.child("photos/" + model.getBase64Image()) .…

java android firebase firebase-storage
Get Download URL from file uploaded with Cloud Functions for Firebase

After uploading a file in Firebase Storage with Functions for Firebase, I'd like to get the download url of the …

node.js firebase firebase-storage google-cloud-functions
firebase storage - getting image URL

I have started to use firebase (Firebase for web) for my backend. I can handle Firebase Realtime Database quite well, …

firebase firebase-storage
Firebase Storage Video Streaming

I'm working on an app that has video streaming functionality. I'm using firebase database and firebase storage. I'm trying to …

firebase video-streaming google-cloud-platform firebase-storage
How to send FCM notification to app from web

I am developing chat app which is based on Firebase Database and Storage. Everything is working fine, but now I …

php firebase firebase-realtime-database firebase-cloud-messaging firebase-storage
How to get URL from Firebase Storage getDownloadURL

I'm trying to get the "long term persistent download link" to files in our Firebase storage bucket. I've changed the …

java android firebase firebase-storage
TypeError: firebase.storage is not a function

Following this example, I keep getting the error: TypeError: firebase.storage is not a function From this line in my …

javascript node.js firebase firebase-storage
User does not have permission to access this object . Firebase storage android

I am new to firebase storage. Just so I could learn it, I made a simple app that has a …

android firebase firebase-storage