# Port errors when starting firebase emulators

**URL:** https://community.firebasestudio.dev/t/port-errors-when-starting-firebase-emulators/667
**Category:** General
**Created:** [June 19, 2024, 6:54pm UTC](https://community.firebasestudio.dev/t/port-errors-when-starting-firebase-emulators/667 "2024-06-19T18:54:19Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ahmetkizilay](https://sea2.discourse-cdn.com/flex002/user_avatar/community.firebasestudio.dev/ahmetkizilay/32/594_2.png) [@ahmetkizilay](https://community.firebasestudio.dev/u/ahmetkizilay)
#### Post date: [June 19, 2024, 6:54pm UTC](https://community.firebasestudio.dev/t/port-errors-when-starting-firebase-emulators/667/1 "2024-06-19T18:54:19Z")

</div>

Hi,  
I initialized firebase emulators with the default options, but when I start the emulator I am getting errors like below:

⚠ hub: Error when trying to check port 4400 on ::1: Error: listen EADDRNOTAVAIL: address not available ::1:4400  
⚠ hub: Port 4400 is available on 127.0.0.1 but not ::1. This may cause issues with some clients.  
⚠ hub: If you encounter connectivity issues, consider switching to a different port or explicitly specifying “host”: “” instead of hostname in firebase.json

Is there a guideline to start firebase emulators in an idx project?

---

<div class="post-metadata">

### Author: ![Graeme\_Prentice](https://sea2.discourse-cdn.com/flex002/user_avatar/community.firebasestudio.dev/graeme_prentice/32/1516_2.png) [@Graeme\_Prentice](https://community.firebasestudio.dev/u/Graeme_Prentice)
#### Post date: [September 5, 2024, 12:20pm UTC](https://community.firebasestudio.dev/t/port-errors-when-starting-firebase-emulators/667/2 "2024-09-05T12:20:09Z")

</div>

I get exactly these errors too and when my app runs it insists on using my firebase data in the cloud instead of the emulator data. The exact same project running in android studio successfully uses the firebase emulators. When I bring up the 127.0.0.1 URL for firebase emulator auth it shows there are no signed up users but I am importing from some previously exported auth data that does have an authenticated user - so the import isn’t working but it works perfectly in android studio.
