| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov ReportBase: 65.88% // Head: 65.68% // Decreases project coverage by -0.20% ⚠️ Additional details and impacted files @@ Coverage Diff @@
## main #1132 +/- ##
==========================================
- Coverage 65.88% 65.68% -0.21%
==========================================
Files 21 21
Lines 1791 1798 +7
Branches 355 355
==========================================
+ Hits 1180 1181 +1
- Misses 524 530 +6
Partials 87 87
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Sorry, something went wrong.
🤖 I have created a release *beep* *boop* --- ## [7.2.2](https://togithub.com/googleapis/cloud-debug-nodejs/compare/v7.2.1...v7.2.2) (2023-01-16) ### Bug Fixes * Add timeout to firebase db connection attempt ([#1132](https://togithub.com/googleapis/cloud-debug-nodejs/issues/1132)) ([8cd89c8](https://togithub.com/googleapis/cloud-debug-nodejs/commit/8cd89c8adb33f4e3024ef6dcd79861279826aafe)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
| Back | FazBrowse Home | New Git URL |
Firebase database reads/writes can hang indefinitely if there is an issue with the credentials or with the database url.
Fixing firebase/firebase-admin-node#2004 will address this issue, but until then this PR adds a timeout to ensure that errors are emitted.