We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3013b33 commit 1fa7ce9Copy full SHA for 1fa7ce9
common/api-review/storage.api.md
@@ -127,9 +127,6 @@ export function getMetadata(ref: StorageReference): Promise<FullMetadata>;
127
// @public
128
export function getStorage(app?: FirebaseApp, bucketUrl?: string): FirebaseStorage;
129
130
-// @public
131
-export function getStream(ref: StorageReference, maxDownloadSizeBytes?: number): NodeJS.ReadableStream;
132
-
133
// Warning: (ae-forgotten-export) The symbol "StorageError" needs to be exported by the entry point index.d.ts
134
//
135
// @internal (undocumented)
0 commit comments