From 4eeb20a901d53dfc0dde79ef2077eca960d2f0b7 Mon Sep 17 00:00:00 2001 From: Jude Kwashie Date: Mon, 23 Dec 2024 10:54:09 +0000 Subject: [PATCH] docs(storage): remove mention of getStream function --- docs/storage/download-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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