We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a42a2d commit e3e3944Copy full SHA for e3e3944
docs/storage/download-files.md
@@ -50,7 +50,7 @@ final httpsReference = FirebaseStorage.instance.refFromURL(
50
## Download Files
51
52
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
+by calling the `getData()` function. If you prefer to download the file
54
with another library, you can get a download URL with `getDownloadUrl()`.
55
56
### Download in memory
0 commit comments