cannot add data to firebase

I try to add an item but lets me press the add item button only if I take a photo. When I take photo, enter the name and quantity I press add add item but I get warning "NOT FOUND"
Could You write me your Storage URL?

Firebase (Realtime Database) and Firestore are different, the extension works with Realtime Database

In the image the url is wrong, You have to remove "gs://"

Hi!
ShoppingList (1).aia (164.7 KB)

Thanks for your response.. Let me send you my aia file. This time I inspected the required URLs etc and tried to enter the correct details.

I have changed the bucket to /images instead of /shoppinglist and for some reason I managed to upload a photo to firestore. But immediately I get an error after the block "gotPutData" is run saying: " 404 not found"
I dont get it. I have been staring the code for hours and I dont see where is the error. There shouldnt be an error since by the changes I made ( put correct projectID, entered a valid bucket) the app managed to upload a photo.

storage_bucket used

shoppinglist-c9e0d.appspot.com

"firebase_url":
https://shoppinglist-c9e0d-default-rtdb.firebaseio.com

you can try accessing this as well for test
/images/a.jpg
is an image I uploaded

Thanks

PS

Do you have any revolut account to buy you a "beer" or something? You have put a lot of time into this..

Hi @_rockingadget,
I think I found the problem is related to the url and my extension.
In the past the url Realtime database was only https://MYPROJECTID.firebaseio.com/
so I considered only the MYPROJECTID to create the url.
Now the url is more complex so I changed the extension to support this new url

try this sample if it works. Check your database and storage may be there is something to delete (I did some test)
ShoppingList.aia (165.8 KB)

Thank You
Best Regards
Marco