Our company will setup mobile devices which use private mobile network (special sim card which blacklist all urls and allow for only specific urls).
(Our company has a firewall and it is preventing our enterprise mobile app from sending analytic events to Firebase via the SDK.)
We have a scenario to use Firebase-analytic to log user events. So far I am trying to find what are the urls or IP addresses which device will request to firebase-analytics when logging but I could not find any network information.
All network information for firebase which I could get is only network for FCM (port 5228-5230). However, I couldn't find any information about firebase-analytics.
In conclusion, what are urls/ip addresses and ports which should I need to open for using firebase-analytics in this private network?
Thank you.