Is there way to understand all the requests react-native-firebase core sends on first install? #4861
Replies: 1 comment
-
I believe many of these are configurable so it will depend on your exact configuration. You'll have to put a reporting firewall in between an app with your exact configuration and the internet and determine your own configuration. There is no canonical list that I know of. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We wanted to understand all the requests app makes to outside works, so that they can be allowed to be used on the network and all other requests are blocked (it is corporate react native app).
So, is there a list of requests, that are crucial for this library to work and their full paths? Especially on android (we see android.clients.com url in Charles, for example, but we don't see full paths.
From what i can tell, these apis are needed on first try, but we need kind of full path:
Any help? Do you know full paths, that are used on app start/install, that are needed for firebase?
Beta Was this translation helpful? Give feedback.
All reactions