Firebase Auth emulator fails intermittently with "auth/emulator-config-failed"
I'm trying to use the emulator only when it is available. connectAuthEmulator does not fail if the emulator is not available (i.e.: if I haven't ran firebase emulators:start). It fails later when I try to make a request. To do…