You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/twenty-shoes-cheer.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
"@firebase/database": patch
3
3
---
4
4
5
-
Fix `webSocketOnly` field to be set to true in `RepoInfo` when using the websocket protocol in the databaseURL in firebase configuration (when using `wss` or `ws` in the RTDB URL, webSocketOnly will be true and longPolling will be disabled)
5
+
Fix issue where if a websocket protocol was used in the databaseURL, `webSocketOnly` field was incorrectly set to undefined. (When using `wss` or `ws`protocols in the databaseURL, webSocketOnly will be true and longPolling will be disabled)
0 commit comments