• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

firebase / firebase-js-sdk / 25899684985 / 3
81%
master: 0%

Build:
Build:
LAST BUILD BRANCH: crashlytics-traces2-firebase-span-processor-tests
DEFAULT BRANCH: master
Ran 15 May 2026 04:54AM UTC
Files 590
Run time 16s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 May 2026 04:07AM UTC coverage: 79.517% (+0.07%) from 79.449%
25899684985.3

push

github

web-flow
fix(auth): retry IndexedDB availability check on startup failure (#9845)

* fix(auth): retry IndexedDB availability check on startup failure

In environments like Chrome Extension Manifest V3 Service Workers, the initial IndexedDB transaction upon a cold start can sometimes drop or timeout. Previously, `_isAvailable()` would immediately catch the error, assume IndexedDB is broken, and silently fall back to `inMemoryPersistence`.

This updates `_isAvailable()` to use the `_withRetries()` helper, ensuring it benefits from the same retry logic as actual storage operations. This prevents the SDK from incorrectly abandoning existing IndexedDB auth state.

Fixes #9732

* style(auth): run yarn format

* chore: add changeset for IndexedDB availability check retry

* fix(auth): robust IndexedDB connection handling and test stability

7134 of 10139 branches covered (70.36%)

Branch coverage included in aggregate %.

22206 of 26759 relevant lines covered (82.99%)

308.73 hits per line

Source Files on job test-the-rest-coverage - 25899684985.3
  • Tree
  • List 590
  • Changed 128
  • Source Changed 0
  • Coverage Changed 128
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25899684985
  • 26979196 on github
  • Prev Job for on main (#25885761625.3)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc