Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed last year. Improve this question In my firebase storage i have a child which contains subfolder and on these folder some contains files while some contains
Tag: firebase-storage
How to update the the bitmap image inside the FirebaseStorage in android without changing its downloadUrl in the realtimedatabase
I want to update the bitmap image inside the URL without changing its download URL in the real-time database because at uploading for the first time I have uploaded the image in the storage and stored it URL in the real time database now I want to update that image how should I approach this ?? above written code was
When uploading a image for one user to firebase storage, the link of the image updates for every user in database
I’m creating this app in Android Studio using Firebase Realtime Database and Firebase Storage. When a user registers through my app the data will store in the Firebase Realtime Database. Then on the profile page, there is a place to upload a picture. When a user uploads a picture it will store in the firebase storage and the link will
Firebase Storage Code: -13000 HttpResult: 0
When I try to upload an image to the storage I get this error : I have already tried changing the dependencies and the versions but nothing has changed. I have also tried several times to modify my …
listAll() does not work for firebase in Android
i have created a function to list all files with in a reference.mStorageRef is defined public. public void ListFiles() { Log.d(“FETCHING_DATA_STATUS”,”STARTED”); …
How to use WriteBatch with Firebase storage?
I’m using Firebase cloud database and firebase storage. I’m using the following code in order to remove two documents using WriteBatch: I want also to remove the image from the storage using WriteBatch, meaning, if one of them fails, they all fail to remove. I have a variable called imageURL which contains the URL of the image in the firebase
Compressing an Image before Uploading it to Firebase Storage
I am trying to Compress an Image before Uploading it to Firebase Storage using SiliCompressor library , but it seems not working , the ProgressDialog doesn’t stop. What i first did was to pick the Image from the Gallery into an ImageButton by clicking an ImageButton. Below is my code. So now am having a Method startPosting() which Uploads data