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???