如何使用代理服务器使用firebase身份验证

如何使用代理服务器使用firebase身份验证,firebase,firebase-authentication,Firebase,Firebase Authentication,所以现在的情况是 firebase身份验证非常好 但在某些地区,由于某种原因,https://www.googleapis.com无法从应用程序端访问 因此,我正在考虑一种将请求代理到https://www.googleapis.com在5月份,iOS应用程序将我的服务器,而我的服务器将验证请求传输到https://www.googleapis.com在服务器端 问题: 有没有办法在firebase API中配置主机?或者这是一个好方法吗?不幸的是,不是。

所以现在的情况是

firebase身份验证非常好

但在某些地区,由于某种原因,
https://www.googleapis.com
无法从应用程序端访问

因此,我正在考虑一种将请求代理到
https://www.googleapis.com
在5月份,iOS应用程序将
我的服务器
,而
我的服务器
验证请求
传输到
https://www.googleapis.com
在服务器端

问题:
有没有办法在firebase API中配置
主机
?或者这是一个好方法吗?

不幸的是,不是。