Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,15 @@ The download method takes the path to the saved database file and the name you w
storage.child("images/example.jpg").download("downloaded.jpg")
```

## Delete

The delete method takes the path to the file you wish to delete
A service account is required

```
storage.delete("images/toDelete.jpg")
```

### get_url

The get_url method takes the path to the saved database file and returns the storage url.
Expand Down