We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b863ed2 commit b188eaeCopy full SHA for b188eae
firebase-firestore/src/main/java/com/google/firebase/firestore/remote/RemoteStore.java
@@ -677,7 +677,6 @@ private void handleWriteStreamClose(Status status) {
677
678
private void handleWriteHandshakeError(Status status) {
679
hardAssert(!status.isOk(), "Handling write error with status OK.");
680
-
681
// Reset the token if it's a permanent error, signaling the write stream is no longer valid.
682
// Note that the handshake does not count as a write: see comments on isPermanentWriteError for
683
// details.
0 commit comments