On the emulator documentation it states the the Node SDK can connect to the Firebase Authentication Emulator by using an environment variable - https://firebase.google.com/docs/emulator-suite/connect_auth ``` export FIREBASE_AUTH_EMULATOR_HOST="localhost:9099" ``` It would be great if this could also be supported in the Java SDK