Firebase Storage will not configure

Is anyone else having issues with Firebase Storage? So much so I created a simple app that has firebase authentication, firebase storage and firestore Database configured.

I can sign up and login in, confirming authentication works

I can upload a file or image to the database, confirming the connection and this works

I cannot upload any file to the firebase storage, nothing happens. Checking firebase console and looking at the storage options, I see no inbound activities whatsoever, and yet studio is telling me it is all configured.

The reason I tried this was in my main app i am developing I added the firebase storage service again was told it was all configured and still get the same issue nothing will connect to it or work,

Frankly, these services are crap, they are not production-ready services as the simplest task of connecting and saving a file is rendered useless and I spent hours trying to resolve these issues to no success.

Any ideas???

1 Like

@Stuart_Lester how have you implemented file upload? Does your console logs or server logs show any error messages of the attempt? Is it possible that your app logic isn’t actually trying to send the file to Storage but is just mocked? Start by looking at the file upload logic and adding debug statements where it makes sense.