Skip to content
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

storage.list_files() fetches all files from Firebase storage. How to list/get files from a specific path only. #305

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 12, 2019

  1. Add optional prefix argument to list_files() in Storage

    storage.list_files() fetches all the records from Firebase storage.
    
    Add optional prefix argument to list_files() in Storage to fetch records only from a specific path.
    eg. storage.list_files(prefix="images/paul")
    sharmanirudh committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    d01d710 View commit details
    Browse the repository at this point in the history
  2. add delete() documentation

    Add delete() documentation of Firebase storage
    sharmanirudh committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    0e81a7d View commit details
    Browse the repository at this point in the history