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

firebase / firebase-js-sdk / 9868
0%

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

pending completion
9868

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

Jobs
ID Job ID Ran Files Coverage
1 9868.1 18 Oct 2019 05:04AM UTC 0
89.79
Travis Job 9868.1
Source Files on build 9868
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #9868
  • 4ecd58ec on github
  • Prev Build on master (#9861)
  • Next Build on master (#9918)
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