Skip to content

Commit b5d65ba

Browse files
committed
Clarify multi db documentation
1 parent a866ff2 commit b5d65ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/FirebaseFirestore.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public static FirebaseFirestore getInstance(@NonNull FirebaseApp app) {
147147
* <p>Returns the same instance for all invocations given the same database parameter. If no
148148
* instance exists, initializes a new instance.
149149
*
150-
* @param database The name of database.
150+
* @param database The database ID.
151151
* @returns The {@link FirebaseFirestore} instance.
152152
*/
153153
@NonNull
@@ -163,7 +163,7 @@ public static FirebaseFirestore getInstance(@NonNull String database) {
163163
*
164164
* @param app The {@link FirebaseApp} instance that the returned {@link FirebaseFirestore}
165165
* instance is associated with.
166-
* @param database The name of database.
166+
* @param database The database ID.
167167
* @returns The {@link FirebaseFirestore} instance.
168168
*/
169169
@NonNull

0 commit comments

Comments
 (0)