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: google-cloud-clients/google-cloud-firestore/src/main/java/com/google/cloud/firestore/FirestoreOptions.java
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -208,6 +208,14 @@ public Builder setTimestampsInSnapshotsEnabled(boolean value) {
208
208
@Override
209
209
@Nonnull
210
210
publicFirestoreOptionsbuild() {
211
+
if (this.credentials == null && this.credentialsProvider != null) {
0 commit comments