'How to get names of all subfolders in a Firebase folder in Unity?
In my Firebase Storage, the file hierarchy is like this:
Folder
- Subfolder1
- File1
- File2
- Subfolder2
- File1
- File2
- File3
- Subfolder3
- File1
- File2
etc...
So what I want is, I want to get the names of the sub folders in the main folder into an array. So the array will look like :
folderNamesArray = ["Subfolder1", "Subfolder2", "Subfolder3"]
Does anyone know a way to do this? I tried looking in the documentation, but wasn't able to find any solution under the relevant topic
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
