Currently, my app takes screen-shot after a specific time interval and store that screen-shots in the internal storage of the phone. When the phone is connected to the internet, then the screen-shots started to upload on Firebase Storage.
Firebase is storing all the data from all the users that are using my app in a single folder. I want to create a separate folder for every single user on Firebase Storage.
And want to email "folder 1" from Firebase storage to the "user 1" email address.
Note: If there any alternate way to do so, please share it with me.