HomeProjectsBlog

Connecting the storage emulator to the admin sdk

June 24, 2024 (3mo ago)

To connect the firebase storage emulator to the admin sdk use the code below in your .env file.

STORAGE_EMULATOR_HOST = http://localhost:9199

Happy coding.