I am trying to prototype my new application in ‘dev’ mode by using the Firebase Emulators rather than the live system. I have the emulators fully configured in my app, and they were working perfectly back in September. How I use the emulators is:
-
Launch Firebase Studio
-
Push any updates from Studio to GitHub
-
Pull updates into my local IDE (Visual Studio Code)
-
Run “firebase emulators:start”
-
Firebase Studio accesses the emulator data from my local machine
Recently, when I tried this same process, the app was unable to connect to the emulators. I then tried using the built-in emulators by launching them inside Firebase Studio, and the app still refuses to connect to the emulators. There is no documentation specifically about using Firebase Emulators inside of Firebase Studio other than the fact that it is supposed to be possible.