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 437144d commit 62db05fCopy full SHA for 62db05f
firebase-firestore/src/main/java/com/google/firebase/firestore/remote/WatchChangeAggregator.java
@@ -255,7 +255,7 @@ private BloomFilterApplicationStatus applyBloomFilter(
255
} catch (BloomFilterException e) {
256
Logger.warn(
257
LOG_TAG,
258
- "Decoding the base64 bloom filter in existence filter failed ("
+ "Applying bloom filter failed: ("
259
+ e.getMessage()
260
+ "); ignoring the bloom filter and falling back to full re-query.");
261
return BloomFilterApplicationStatus.SKIPPED;
0 commit comments