firebase / firebase/firebase-ios-sdk

[FR]: Proxy settings

Open
#11,966 2 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.