Skip to content

Commit

Permalink
docs(storage): remove mention of getStream function (#16905)
Browse files Browse the repository at this point in the history
  • Loading branch information
SelaseKay authored Jan 3, 2025
1 parent 6a42a2d commit e3e3944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/storage/download-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ final httpsReference = FirebaseStorage.instance.refFromURL(
## Download Files

Once you have a reference, you can download files from Cloud Storage
by calling the `getData()` or `getStream()`. If you prefer to download the file
by calling the `getData()` function. If you prefer to download the file
with another library, you can get a download URL with `getDownloadUrl()`.

### Download in memory
Expand Down

0 comments on commit e3e3944

Please sign in to comment.