I'm trying to get the Firebase - Firestore database emulator to work on my physical IOS device via the Expo application while I develop.
I can get Localhost to work in a browser and 10.0.2.2:(8080) to work via Android emulator. However, I cannot get my PHYSICAL IOS device, to work. I get firebase couldn't connect within 10 seconds error.
Tried localhost, tried the ip provided in the expo app 192.168.x.x tried the ip address given in my current wifi location, nothing.
I'm using this piece of code to connect Android Emulator / Web browswer
firebase.firestore().settings({
experimentalForceLongPolling: true,
host: '10.0.2.2:8084',
ssl: false})