12
12
import com .google .firebase .internal .NonNull ;
13
13
14
14
/**
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="https://googlecloudplatform.github.io/google- cloud-java/latest/apidocs/com/google/cloud/ firestore/Firestore.html">{@code Firestore}</a>
17
+ * instance, which provides methods for updating and querying data in Firestore.
18
18
*
19
19
* <p>A Google Cloud project ID is required to access Firestore. FirestoreClient determines the
20
20
* project ID from the {@link com.google.firebase.FirebaseOptions} used to initialize the underlying
@@ -44,7 +44,8 @@ private FirestoreClient(FirebaseApp app) {
44
44
/**
45
45
* Returns the Firestore instance associated with the default Firebase app.
46
46
*
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.
48
49
*/
49
50
@ NonNull
50
51
public static Firestore getFirestore () {
@@ -55,7 +56,8 @@ public static Firestore getFirestore() {
55
56
* Returns the Firestore instance associated with the specified Firebase app.
56
57
*
57
58
* @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.
59
61
*/
60
62
@ NonNull
61
63
public static Firestore getFirestore (FirebaseApp app ) {
0 commit comments