I am creating a project which will work locally, for that I am using firebase emulator. It is working fine with emulator but not working on real device. Any help would be appreciated. Below is the configuration of my firebase.json
{
"emulators": {
"database": {
"host":"192.168.0.124",
"port": 1234
},
"ui": {
"enabled": true
}
}
}