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 d1fc101 commit 17fcb4dCopy full SHA for 17fcb4d
firebase-firestore/src/main/java/com/google/firebase/firestore/local/IndexBackfiller.java
@@ -139,6 +139,7 @@ private int writeEntriesForCollectionGroup(
139
indexManager.updateIndexEntries(nextBatch.getDocuments());
140
141
IndexOffset newOffset = getNewOffset(existingOffset, nextBatch);
142
+ Logger.debug(LOG_TAG, "Updating offset: %s", newOffset);
143
indexManager.updateCollectionGroup(collectionGroup, newOffset);
144
145
return nextBatch.getDocuments().size();
0 commit comments