Open
Description
What feature would you like to see?
We want the Firebase network library to log the API call in the logcat in the debug builds so that same can be tracked in automation for breaks or end-to-end testing
Describe the feature you would like to add, ideally proposing a specific API.
How would you use it?
We want to add a test which will detect and prevent repeated calls, and delays in calls upfront in the instrumentation test before going live
Tell us how you'd use this feature in your app.
This feature in debug builds can be used to track the API request number of times API requests are going to prevent repeated unnecessary API calls. Also we using this functionality we can prevent API call which is happening in app launch or launcher activity which should not be happening there