1212import com .google .firebase .internal .NonNull ;
1313
1414/**
15- * FirestoreClient provides access to Google Cloud Firestore. Use this API to obtain a
16- * <code>com.google. cloud. firestore. Firestore</code> instance, which provides methods for
17- * updating and querying data in Firestore.
15+ * {@code FirestoreClient} provides access to Google Cloud Firestore. Use this API to obtain a
16+ * <a href="proxy.php?url=https%3A%2F%2Fgooglecloudplatform.github.io%2Fgoogle-%3C%2Fspan%3Ecloud%3Cspan+class%3D"x x-first x-last">-java/latest/apidocs/com/google/cloud/ firestore/Firestore.html">{@code Firestore}</a>
17+ * instance, which provides methods for updating and querying data in Firestore.
1818 *
1919 * <p>A Google Cloud project ID is required to access Firestore. FirestoreClient determines the
2020 * project ID from the {@link com.google.firebase.FirebaseOptions} used to initialize the underlying
@@ -44,7 +44,8 @@ private FirestoreClient(FirebaseApp app) {
4444 /**
4545 * Returns the Firestore instance associated with the default Firebase app.
4646 *
47- * @return A non-null <code>com.google.cloud.firestore.Firestore</code> instance.
47+ * @return A non-null <a href="https://googlecloudplatform.github.io/google-cloud-java/latest/apidocs/com/google/cloud/firestore/Firestore.html">{@code Firestore}</a>
48+ * instance.
4849 */
4950 @ NonNull
5051 public static Firestore getFirestore () {
@@ -55,7 +56,8 @@ public static Firestore getFirestore() {
5556 * Returns the Firestore instance associated with the specified Firebase app.
5657 *
5758 * @param app A non-null {@link FirebaseApp}.
58- * @return A non-null <code>com.google.cloud.firestore.Firestore</code> instance.
59+ * @return A non-null <a href="https://googlecloudplatform.github.io/google-cloud-java/latest/apidocs/com/google/cloud/firestore/Firestore.html">{@code Firestore}</a>
60+ * instance.
5961 */
6062 @ NonNull
6163 public static Firestore getFirestore (FirebaseApp app ) {
0 commit comments