You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone,
First of all thanks for the great work!
I have an application which uses firebase realtime DB for one of it's functionality.
One of our clients has a corporate proxy set up, which should allow all communication to pass trough.
What we are experiencing is that NO realtime DB related communication works with a proxy on neither (android and iOS) platforms.
Our suspicion is that no proxy is considered or the proxy settings are not used at all.
Could this be the case?
If so, is there any workaround for this?
Without the proxy, everything works just fine, but unfortunately the proxy is a requirement here.
Javascript
One relevant code snippet that should work but does not return anything:
I'll never understand why people request support on outdated versions, that's a warning flag for me 🤷, it looks unserious
At any rate, I don't believe proxies are supported based on upstream information, and it appears that gRPC (the underlying communication mechanism for database) needs configuration to use proxies but they aren't passed in from anywhere.
Issue
Hello everyone,
First of all thanks for the great work!
I have an application which uses firebase realtime DB for one of it's functionality.
One of our clients has a corporate proxy set up, which should allow all communication to pass trough.
What we are experiencing is that NO realtime DB related communication works with a proxy on neither (android and iOS) platforms.
Our suspicion is that no proxy is considered or the proxy settings are not used at all.
Could this be the case?
If so, is there any workaround for this?
Without the proxy, everything works just fine, but unfortunately the proxy is a requirement here.
Javascript
One relevant code snippet that should work but does not return anything:
package.json
:Environment
react-native info
output:react-native-firebase
version you're using that has this issue:e.g. 19.3.0
Firebase
module(s) you're using that has the issue:TypeScript
?Y
&5.0.4
The text was updated successfully, but these errors were encountered: