| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
🦋 Changeset detectedLatest commit: f058ac3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Sorry, something went wrong.
Size Report 1Affected ProductsNo changes between base commit (d756f4e) and merge commit (9146618).Test Logs |
Sorry, something went wrong.
Size Analysis Report 1Affected ProductsNo changes between base commit (d756f4e) and merge commit (9146618).Test Logs |
Sorry, something went wrong.
| "@firebase/database": patch | ||
| --- | ||
|
|
||
| Fix websocketonly field to be set to true when using websocket db url. |
There was a problem hiding this comment.
Could you explain what the websocket url is in parens (ws or wss instead of https)? Then someone can figure out how to use it by reading the release notes.
Sorry, something went wrong.
| @@ -0,0 +1,34 @@ | |||
| /** | |||
| * @license | |||
| * Copyright 2017 Google LLC | |||
There was a problem hiding this comment.
2022
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes an issue where the webSocketOnly field was incorrectly set to undefined when using a websocket database URL.
When initializing the RepoInfo instance, the nodeAdmin value was being passed in as the webSocketOnly value, leading webSocketOnly to be undefined even when using a websocket url.