I have install firebase cli etcetc. I can start the project and develop using firebase serve. I can visit the page of the project through localhost:5000 but if i try from di
With a local IP 192.168.0.10 I launched firebase serve -o 192.168.0.10 and it works perfectly on port 5000 from other device
firebase serve -o 192.168.0.10
In my javascript app : functions.useFunctionsEmulator('http://192.168.0.10:5000')