Skip to content
Advertisement

Firebase Storage Code: -13000 HttpResult: 0

When I try to upload an image to the storage I get this error :

Error

I have already tried changing the dependencies and the versions but nothing has changed. I have also tried several times to modify my code by removing or modifying a part but always the same error coming back.

Here is the code which manages the selection of the photo and sends it to the sockage. I also have the line firebaseStorage = FirebaseStorage.getInstance(); at the top of my code but this one is 400 lines long so I won’t post the whole code.

JavaScript

Advertisement

Answer

Replace this

JavaScript

With this

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