Skip to content

Add Healthy state to streams. #5622

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Oct 16, 2021
Merged

Add Healthy state to streams. #5622

merged 7 commits into from
Oct 16, 2021

Conversation

ehsannas
Copy link
Contributor

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Oct 15, 2021

⚠️ No Changeset found

Latest commit: 5461e28

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@ehsannas ehsannas requested a review from egilmorez as a code owner October 15, 2021 17:08
@google-oss-bot
Copy link
Contributor

google-oss-bot commented Oct 15, 2021

Binary Size Report

Affected SDKs

  • @firebase/firestore

    Type Base (ba40cde) Head (15e5a9b) Diff
    browser 225 kB 225 kB +253 B (+0.1%)
    esm5 282 kB 282 kB +273 B (+0.1%)
    main 512 kB 513 kB +488 B (+0.1%)
    module 225 kB 225 kB +253 B (+0.1%)
    react-native 225 kB 225 kB +253 B (+0.1%)
  • firebase

    Type Base (ba40cde) Head (15e5a9b) Diff
    firebase-compat.js 749 kB 749 kB +251 B (+0.0%)
    firebase-firestore-compat.js 277 kB 277 kB +251 B (+0.1%)
    firebase-firestore.js 762 kB 763 kB +792 B (+0.1%)

Test Logs

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Oct 15, 2021

Size Analysis Report

Affected Products

  • @firebase/firestore

    • addDoc

      Size Table

      TypeBase (ba40cde)Head (15e5a9b)Diff
      size
      103 kB
      103 kB
      +230 B (+0.2%)
      size-with-ext-deps
      152 kB
      152 kB
      +230 B (+0.2%)
    • deleteDoc

      Size Table

      TypeBase (ba40cde)Head (15e5a9b)Diff
      size
      94.3 kB
      94.5 kB
      +230 B (+0.2%)
      size-with-ext-deps
      143 kB
      143 kB
      +230 B (+0.2%)
    • enableIndexedDbPersistence

      Size Table

      TypeBase (ba40cde)Head (15e5a9b)Diff
      size
      139 kB
      139 kB
      +230 B (+0.2%)
      size-with-ext-deps
      188 kB
      188 kB
      +230 B (+0.1%)
    • enableMultiTabIndexedDbPersistence

      Size Table

      TypeBase (ba40cde)Head (15e5a9b)Diff
      size
      170 kB
      171 kB
      +253 B (+0.1%)
      size-with-ext-deps
      220 kB
      220 kB
      +253 B (+0.1%)
    • executeWrite

      Size Table

      TypeBase (ba40cde)Head (15e5a9b)Diff
      size
      93.4 kB
      93.7 kB
      +230 B (+0.2%)
      size-with-ext-deps
      142 kB
      142 kB
      +230 B (+0.2%)
    • getDoc

      Size Table

      TypeBase (ba40cde)Head (15e5a9b)Diff
      size
      119 kB
      119 kB
      +230 B (+0.2%)
      size-with-ext-deps
      168 kB
      168 kB
      +230 B (+0.1%)
    • getDocFromServer

      Size Table

      TypeBase (ba40cde)Head (15e5a9b)Diff
      size
      119 kB
      119 kB
      +230 B (+0.2%)
      size-with-ext-deps
      168 kB
      168 kB
      +230 B (+0.1%)
    • getDocs

      Size Table

      TypeBase (ba40cde)Head (15e5a9b)Diff
      size
      121 kB
      121 kB
      +230 B (+0.2%)
      size-with-ext-deps
      169 kB
      170 kB
      +230 B (+0.1%)
    • getDocsFromServer

      Size Table

      TypeBase (ba40cde)Head (15e5a9b)Diff
      size
      121 kB
      121 kB
      +230 B (+0.2%)
      size-with-ext-deps
      169 kB
      169 kB
      +230 B (+0.1%)
    • onSnapshot

      Size Table

      TypeBase (ba40cde)Head (15e5a9b)Diff
      size
      121 kB
      121 kB
      +230 B (+0.2%)
      size-with-ext-deps
      170 kB
      170 kB
      +230 B (+0.1%)
    • onSnapshotsInSync

      Size Table

      TypeBase (ba40cde)Head (15e5a9b)Diff
      size
      111 kB
      111 kB
      +230 B (+0.2%)
      size-with-ext-deps
      160 kB
      160 kB
      +230 B (+0.1%)
    • setDoc

      Size Table

      TypeBase (ba40cde)Head (15e5a9b)Diff
      size
      102 kB
      103 kB
      +230 B (+0.2%)
      size-with-ext-deps
      151 kB
      151 kB
      +230 B (+0.2%)
    • updateDoc

      Size Table

      TypeBase (ba40cde)Head (15e5a9b)Diff
      size
      103 kB
      103 kB
      +230 B (+0.2%)
      size-with-ext-deps
      152 kB
      152 kB
      +230 B (+0.2%)
    • writeBatch

      Size Table

      TypeBase (ba40cde)Head (15e5a9b)Diff
      size
      105 kB
      105 kB
      +230 B (+0.2%)
      size-with-ext-deps
      154 kB
      154 kB
      +230 B (+0.1%)

Copy link
Contributor

@schmidt-sebastian schmidt-sebastian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requesting changes so I can look at it one final time when the tests are fixed.

@ehsannas ehsannas merged commit abb3b3d into master Oct 16, 2021
@ehsannas ehsannas deleted the ehsann/add-healthy-state branch October 16, 2021 02:20
@firebase firebase locked and limited conversation to collaborators Nov 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants