Flutter Developer
Hi all, is there any way to create folders within Storage?
Votes
2
Replies
4
Participants
Unknown
Messages
5
Flutter Developer
Hi all, is there any way to create folders within Storage?
Not currently, what are you needing folders for?
Flutter Developer
I want to separate uploaded files based on users, so that I can only see those that are in the folder under their ID. I can currently solve this with the other database by storing them there links, but I find this a bit overkill
I know in the past they did a mass survey to see thoughts on folders, but I do not believe they are something that is implemented yet. For now you'd have to create a collection for file metadata to achieve some folder-like structure.
Flutter Developer
Thank you very much for your help!