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: branches/mrschmidt-options/google-cloud-clients/google-cloud-firestore/src/main/java/com/google/cloud/firestore/FirestoreOptions.java
+20-12Lines changed: 20 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -169,16 +169,6 @@ public Builder setCredentialsProvider(@Nonnull CredentialsProvider credentialsPr
169
169
returnthis;
170
170
}
171
171
172
-
/**
173
-
* Sets the database ID to use with this Firestore client.
174
-
*
175
-
* @param databaseId The Firestore database ID to use with this client.
0 commit comments