Commit 7f5c649
fix(firebase): wrap RuntimeException in FetchException; remove missing ADR doc reference (#151)
- FirebaseConfigValueProvider.fetch() was re-throwing RuntimeException bare,
bypassing the FetchException wrapper the tests and docs contract requires
- Remove ADR 001 nav entry from mkdocs.yml and dead link from best-practices.md
(the file was never created, causing mkdocs --strict to abort)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 8d09942 commit 7f5c649
3 files changed
Lines changed: 0 additions & 5 deletions
File tree
- docs/guides
- providers/firebase/src/main/kotlin/dev/androidbroadcast/featured/firebase
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
169 | 168 | | |
170 | 169 | | |
171 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
103 | 101 | | |
104 | 102 | | |
105 | 103 | | |
| |||
0 commit comments