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

firebase / firebase-js-sdk / 25899684985 / 1
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 436
Run time 14s
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: 59.427%. Remained the same
25899684985.1

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

5820 of 10691 branches covered (54.44%)

Branch coverage included in aggregate %.

17362 of 28318 relevant lines covered (61.31%)

28629.33 hits per line

Source Files on job test-firestore-coverage - 25899684985.1
  • Tree
  • List 436
  • Changed 184
  • Source Changed 0
  • Coverage Changed 184
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.2)
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