-
Notifications
You must be signed in to change notification settings - Fork 897
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
Closing the write and the watch stream after 60s of idleness #275
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
a30f63b
Creating Stream Tests for the Web Client
schmidt-sebastian d47f81f
Updating comment
schmidt-sebastian 5d4fa69
Using equal everywhere
schmidt-sebastian d0d40ef
Addressing review feedback
schmidt-sebastian 4dde0a2
[AUTOMATED]: Prettier Code Styling
schmidt-sebastian 68b04ab
Addressing feedback
schmidt-sebastian 035a46b
Merge branch 'master' into mrschmidt-closewhenidle
schmidt-sebastian 27c5482
Closing stream when idle
schmidt-sebastian 2d5812e
Closing the write and the watch stream when idle
schmidt-sebastian 8ad4df2
[AUTOMATED]: Prettier Code Styling
schmidt-sebastian a8a7d76
Comment fixes
schmidt-sebastian 9b1c7bb
Addressing comments & fixing build
schmidt-sebastian 41ab479
Refactor messaging integration test to retry test failures (#271)
jshcrowthe ff807ac
typo in comment (#276)
toddpress 7c93a90
Update Package Dependencies (#270)
jshcrowthe c53088c
Open Source Firebase Authentication (#273)
jshcrowthe 39972a5
Temporarily disable flakey messaging tests (@gauntface to investigate…
jshcrowthe c64310f
Address tests failures under Node
schmidt-sebastian 6ea92f4
[AUTOMATED]: Prettier Code Styling
schmidt-sebastian 5eaff05
Pin Node version to 8 (released as LTS) (#282)
jshcrowthe 29904bb
Removing Package Lock
schmidt-sebastian 4a73968
Using a plain array to store the handles from setTimeout()
schmidt-sebastian 34e25a6
Add a debug script to integration/firestore (#286)
jshcrowthe 18c0e6b
Adding new auth code owner (#288)
jshcrowthe 808878e
Update publish scripts
jshcrowthe f24cd30
Publish
jshcrowthe f1f6611
Disable automatic integration tests (#289)
jshcrowthe 413e296
Adds a demo app to help test and facilitate Firebase Auth API develop…
bojeil-google 4dd1c27
fix(auth): fixes various Auth bugs. (#287)
bojeil-google f623c0e
Removing TestFirestore and TestQueue in favor of drain()
schmidt-sebastian 3e3f205
[AUTOMATED]: Prettier Code Styling
schmidt-sebastian 2951a18
Merge branch 'master' into mrschmidt-closewhenidle
schmidt-sebastian 84c6938
Cleanup
schmidt-sebastian 255abce
Addressing feedback
schmidt-sebastian 7ba8832
[AUTOMATED]: Prettier Code Styling
schmidt-sebastian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for fixing these things up.