Does Firebase not work behind proxies?
I am making an Android app for the students of my institute. The app does not receive the notification when it is connected to the internet through the proxy servers.
But as soon as I turn on the mobile data, notifications are received.
How do I solve this problem?
Firebase doesn't work behind PROXIES.
We have had this issue since Firebase launched. See here; https://github.com/firebase/firebase-tools/issues/36 and here; https://groups.google.com/forum/#!topic/firebase-talk/UNO58i1mUYw.
Just google 'firebase behind proxy'. Personally, I am still hopeful that one day we'll get a fix.
I was facing this issue when app was using my institute internet, then I installed drony, routed all traffic using the vpn created by the drony and now the firebase is working fine.
Checkout drony settings here
Elvis is correct but I'd like to point to the documentation where this is discussed.