firebase / firebase/firebase-tools
Disabling warnings message in the console of emulators.
Open
help-wanted
polish
type: feature request
- Dominant language
- TypeScript
- Stars
- 4.5k
- Forks
- 1.3k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 84
Description
Issue: Too many warning messages in the function emulator console that occur when requesting external network resources. In projects where external requests are constantly used, this greatly complicates the debugging process.
```
External network resource requested!
URL: "https://api.***"
Be careful, this may be a production service.
```
It would be very convenient if there was some parameter when starting emulators that would disable the output of certain types of notifications. Or maybe there is already some other way to do this?
Contributor guide
Assessment
This issue has not been assessed yet.