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

firebase / firebase-js-sdk / 9868 / 1
0%
master: 0%

Build:
DEFAULT BRANCH: master
Ran 18 Oct 2019 05:04AM UTC
Files 327
Run time 17s
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

18 Oct 2019 04:38AM UTC coverage: 89.792% (-0.02%) from 89.808%
9868.1

push

travis-ci

web-flow
rxfire: Support collection groups & change detection fixess (#2223)

* rxfire was comparing documents based off ids, this was fine before collection group queries. Here I've switched to `ref.isEqual` like I have done in AngularFire.
* When a document is modified, we were only replacing the single doc in the array; this would not always trip change detection in frameworks as `===` would still equal true on the top level. Splicing it creates a new array, which will fail `===` and trip change detection.
* Further, this was an issue with the other operations as we were using splice. I'm now slicing to clone the array before modifying.
* NIT: Visual Studio Code's settings, which are committed, were not setup to track the workspace's version of Typescript. This tripped me up a little at first.

6607 of 8062 branches covered (81.95%)

Branch coverage included in aggregate %.

20617 of 22257 relevant lines covered (92.63%)

4145.19 hits per line

Source Files on job 9868.1
  • Tree
  • List 0
  • Changed 117
  • Source Changed 0
  • Coverage Changed 117
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 780
  • Travis Job 9868.1
  • 4ecd58ec on github
  • Prev Job for on master (#9861.1)
  • Next Job for on master (#9918.1)
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