List all files and folders in a specific subdirectory from Firebase Cloud Storage through Python
I would like to list all the files and folders in a specific directory inside firebase cloud storage. I have tried using files = storage.list_files() from other stack overflow answers. This lists all the files and folders. I have tried…