firebase / firebase/firebase-tools
socks proxy support
Open
type: feature request
- Dominant language
- TypeScript
- Stars
- 4.5k
- Forks
- 1.3k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 84
Description
In order to use socks proxy(socks4, socks5), I hope `firebase` command add a `--proxy` option to support socks4/socks5 proxies as well as http/https proxies.
#155 also discussed about proxy, but it seems only focus on http/https proxy currently. As @mbleigh 's suggestion, I create this issue especially for socks proxy.
Except `--proxy` option, I also suggest it support environment variables for socks. For example:
`export http_proxy=socks5://127.0.0.1:1080 https_proxy=socks5://127.0.0.1:1080`
Contributor guide
Assessment
This issue has not been assessed yet.