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
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -155,15 +155,11 @@ public Builder setChannelProvider(@Nonnull TransportChannelProvider channelProvi
155
155
/**
156
156
* Sets the {@link CredentialsProvider} to use with this Firestore client.
157
157
*
158
-
* @param credentialsProvider A GoogleCredentialsProvider object that defines the credential
159
-
* provider for this client.
158
+
* @param credentialsProvider A CredentialsProvider object that defines the credential provider
0 commit comments