firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.54k stars 1.44k forks source link

[FR]: Proxy settings #11966

Open UzverNumber47 opened 10 months ago

UzverNumber47 commented 10 months ago

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

google-oss-bot commented 10 months ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.