79472578

Date: 2025-02-27 11:55:07
Score: 1
Natty:
Report link

Marco's answer is right,

I was facing the same issue as you and if you change

if (__DEV__) {
    firestore().useEmulator('localhost', 8080);
    storage().useEmulator('localhost', 9199);
-   auth().useEmulator("http://localhost:9099"); // from this
+   auth().useEmulator("http://127.0.0.1:9099"); // to this
}

Then i suggest to rebuild the app and log out of your app.

You will be able to see something like this in the console

screenshot of expected result

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Wawa