Alowing Firebase Analytics domain names without allowing other Google services

风格不统一 提交于 2019-12-08 06:17:13

问题


I have an app which is meant to be used inside an internal network behind firewall. There is a requirement to enable Firebase Analytics to this app, and the network admin need to allow the Firebase endpoints without allowing all the Google Services. So far I came to know that I need to allow *.firebase.com and *.firebaseio.com in the firewall.

But the challenge here is, will other Google sites be allowed through the firewall by allowing those domains? If so, what are the sites? I am posting this question since StackOverflow was mentioned as one of the support channel in the official support page.


回答1:


If you turn on debug mode or intercept the traffic, you will see traffic to https://app-measurement.com:

<FIRAnalytics/DEBUG> Uploading data. Host: https://app-measurement.com/a
<FIRAnalytics/DEBUG> Received SSL challenge for host. Host: https://app-measurement.com/a


来源:https://stackoverflow.com/questions/41105032/alowing-firebase-analytics-domain-names-without-allowing-other-google-services

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!