-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I get list of all the files in storage ? #414
Comments
storage.child(folder_name).list_files() |
Still Unable to extract files from particular folder, giving the same Object as output for both of the lines...
|
Please add service account json file as shown in picture.
p.s. After I have searched for a while, I found out the method used in pyrebase is deprecated, so you can only list all the files in the storage, not files from just one folder. Even if you use |
If you want files only from a particular folder, you can use this, where the prefix is your folder name followed by a /.
|
Yeah, I was doing it with a similar kind of method, but in this way, it might take a little more time. |
I wanna extract all the files in the particular firebase folder, how can I do ?
The text was updated successfully, but these errors were encountered: