Skip to content

Commit 19fdaee

Browse files
committed
Fix 238932261
1 parent 939f90e commit 19fdaee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/FirebaseFirestore.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ public Task<Void> terminate() {
550550
*/
551551
@NonNull
552552
public Task<Void> waitForPendingWrites() {
553+
ensureClientConfigured();
553554
return client.waitForPendingWrites();
554555
}
555556

0 commit comments

Comments
 (0)