<!-- Step 2 --> ### [REQUIRED] Describe your environment * Operating System version: macOS Monterey 12.4 * Node version: v16.15.0 * Firebase SDK version: 9.8.2 * Firebase Product: storage <!-- Step 3 --> ### [REQUIRED] Describe the problem #### Steps to reproduce: <!-- What happened? How can we make the problem occur? This could be a description, log/console output, etc. --> can't use storage getStream function in module  #### Relevant Code: ```javascript //index.js import {getStream} from "firebase/storage" getStream() ```