koroman

Results 7 comments of koroman

Hi @jbalidiong sorry if I don't understand what you mean. As I guess, on the emulators page http://127.0.0.1:4000/ I got this log [127.0.0.1.log](https://github.com/user-attachments/files/16760973/127.0.0.1.log) As I notice, this keeps running ![image](https://github.com/user-attachments/assets/3945e036-16f4-43fe-ae06-6fe4f95ec44d)

there is nothing in the HAR file { "log": { "version": "1.2", "creator": { "name": "WebInspector", "version": "537.36" }, "pages": [], "entries": [] } } this is the request ![image](https://github.com/user-attachments/assets/3f1a221b-9a97-445a-b1b9-9749dcfd7b2c)...

I tried to change the IP in `connectAuthEmulator(auth, "http://127.0.0.1:9099");` to `localhost`, `10.0.2.2` like people mentioned on stackoverflow, but it still throws Firebase: Error (auth/network-request-failed). Even if I change the IP...

@jbalidiong I have no problem creating a user without the emulator. The problem lies in the emulator. And I want to use it to test functions. If you look at...

I got this warning ``` WARN [2024-09-03T12:45:52.463Z] @firebase/auth: Auth (10.13.1): You are initializing Firebase Auth for React Native without providing AsyncStorage. Auth state will default to memory persistence and will...

@jbalidiong thanks for your instruction. I followed your [https://github.com/jbalidiong/issue-8459](url), but the same thing still happens. When I run `npm run ios`, it tells me to install Xcode, but I'm using...

After all I've known how to solve it ![image](https://github.com/user-attachments/assets/f0da5c47-9237-4271-84cb-d857f4277af4) in `connectAuthEmulator(auth, "http://192.168.1.14:9099");` I have to change the IP to the one expo go is running on and in firebase.json ```...