Skip to content
Advertisement

Null image on firebase storage. How to save it original?

I have tried to solve an issue on my app but I couldn’t find a solution. I want the app to upload the images on Firebase Storage after the post is clicked. The problem is that when I click post the images are uploaded as .null and I can’t add them as posts on my app here is a photo of Firebase Storage:

Firebase Storage image

Here is the code of PostsActivity:

JavaScript

I thought that I have to initialize Uri inside onCreate method but nothing changed. What should it be?

Advertisement

Answer

It has been noticed that the method you are using to retrieve the file mime type doesn’t work on some devices. You could try some other alternatives like using apache commonsIO lib or alternatively try this code :

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement