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: firebase-firestore/src/androidTest/java/com/google/firebase/firestore/testutil/CompositeIndexTestHelper.java
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -158,16 +158,18 @@ public Task<Void> deleteDoc(@NonNull DocumentReference document) {
158
158
returndocument.delete();
159
159
}
160
160
161
-
// Retrieves a single document from Firestore with test-specific fields removed.
161
+
// Retrieve a single document from Firestore with test-specific fields removed.
162
+
// TODO(composite-index-testing) Return sanitized DocumentSnapshot instead of its data.
0 commit comments