Hi, me again...
Unfortunately I had no time to work previously on the app I was working on and I stated again during these days.
I tried to collect all information and to fill them into the app but something doesn't work and now I'm blocked as registrations are not uploaded to Firebase.
A quick recap, the app has to register voices of different people and upload them to Firebase Storage in dedicated folders for each person, then selecting a specific person from a list related registrations have to be displayed in a dedicaed page in order to be selected and listened.
Here attached the .aia file on which I'm working on, can you help me to complete the app, please?
A "Screen1" screen is present jutìst because I would like to display the list of people as different buttons (and have the opportunity to add people if necessary).
My Italian is not good, I do not quite understand what is going on here:
You only appear to be patching a key with no value ?
What is the value/content of "response" ?
You are not using Firebase Authentication for your users ?
This might make it easier to set secure rules to allow each user to access only their data. You do not necessarily need "folders" in FirebaseStorage, you can control file access with secure rules.
As for the 3rd point, it is for adding people in case they are not already presebt in tge list (that will be used at the starting point for selecting them (the intro page will have a list of people and selecting one of them the related list of recordings will be displayed).
I don't want to use authentication as most of people that wipl use the app are not so skilled with smartphones and doing so it is more easier.
Because you are uploading the file to the root of your Firebase Storage you do not need to include the %2F in the file path. (%2F is the html entity for a / and is only required before a filename in a folder).
Storage rules updated with ones you shared ({bucket} changed with the project name) and blocks set as suggested (after the name of the file has been filled into the notifier).