I'm trying to connect to my Firebase backend, however, due to the proxy server on my campus, I'm unable to do so. Is there a workaround for this? The app is able to connect on 3G or my home network, but fails on campus.
I'm trying to use the following code to set proxy but it's not working.
System.setProperty("http.proxyHost", "10.2.20.17");
System.setProperty("http.proxyPort", "8080");