firebase / firebase/firebase-ios-sdk
[FR]: Proxy settings
Open
api: core
type: feature request
- Dominant language
- C++
- Stars
- 6.7k
- Forks
- 1.8k
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 72
Description
### Description
1. Add the ability to proxy every request to api
2. Can't find how it can be done right now
3. Idially it should be something similar to the Android version
`
System.setProperty("https.proxyHost", "x.x.x.x");
System.setProperty("https.proxyPort", "nnnn");
System.setProperty("com.google.api.client.should_use_proxy", "true");
`
### API Proposal
_No response_
### Firebase Product(s)
Database
Contributor guide
Assessment
This issue has not been assessed yet.