Skip to content

Commit e3e3944

Browse files
authored
docs(storage): remove mention of getStream function (#16905)
1 parent 6a42a2d commit e3e3944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/storage/download-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ final httpsReference = FirebaseStorage.instance.refFromURL(
5050
## Download Files
5151

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

5656
### Download in memory

0 commit comments

Comments
 (0)