Hello,
I tried to upload an image to the Datastorage in different ways but i didnt get it…
If Button is pressed > Target “Project” > Action “Upload file to Storage” > Filename and Path reffers to an image properties “fullpath” and “filename”
I also tried to set the “Action > Property > Project > Firebase > Storage Url” 10ms before i call the Upload Part. Nothing happends.
The Permission in Storage is:
service firebase.storage {
match /b/{bucket}/o {
match /{allPaths=**} {
allow read, write;
}
}
}
I used this Url Syntax:
gs://“myAPP”.appspot.com
Its an US-Region because the EU Server-Urls are not working with Firebase Real Time Database imports for any reasons… So i tried it with US Region
What did i miss?
Thank you!