In the official docs, the Firebase Web client can connect to the local Auth emulator using firebase.auth().useEmulator(<url>);. Link here: https://firebase.google.com/docs/emulator-suite/connect_auth#web
It would be awesome if this could be translated to React Native as well, similar to functions().useFunctionsEmulator()