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 54d948d commit 149529aCopy full SHA for 149529a
firebase-firestore/src/main/java/com/google/firebase/firestore/local/IndexBackfiller.java
@@ -135,6 +135,7 @@ private int writeEntriesForCollectionGroup(
135
indexManager.updateIndexEntries(nextBatch.getDocuments());
136
137
IndexOffset newOffset = getNewOffset(existingOffset, nextBatch);
138
+ Logger.debug(LOG_TAG, "Updating offset: %s", newOffset);
139
indexManager.updateCollectionGroup(collectionGroup, newOffset);
140
141
return nextBatch.getDocuments().size();
0 commit comments