Firebase doesn't work on WiFi! Strange behavior
Hello! I'm getting some problems with Firebase Realtime Database. The application works very well on carrier data (4G, 3G, etc...), but in WiFi it's just doesn't work! I've tested on several WiFis from different internet providers, and the behavior is the same.
In WiFi, the application runs well until the line 57, then the function in the line 58 is not executed, not even the first action.
The code continues to run normally, as if the function of line 58 did not exist. There's no exception message of something else.
The server URL is correct, because the application works perfectly in carrier data.
Can someone help me? Can i get an exception message if I have one?
Observation: In the editor the application works perfectly, even using WiFi.
Have you found any solution as I am also facing the same issue
Hello Gulshan. No, there's no solution, the Firebase plugin has a web socket bug, and Google does nothing about that.
I've used a rest API ins$$anonymous$$d of Firebase plugin, then, the application works well.
Did you get the solution for this, I am having a similar issue
Hello.
The solution was to use (if I remember correctly, because the problem was almost four years ago) the Newtonsoft library for HTTP requests.
Sad to hear that Google still hasn't fixed up the Firebase library even after years.