diff --git a/docs/storage/download-files.md b/docs/storage/download-files.md index 3dcfccbe79ad..4bffda27e2dd 100644 --- a/docs/storage/download-files.md +++ b/docs/storage/download-files.md @@ -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