File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
firebase-firestore/src/main/java/com/google/firebase/firestore Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ public static FirebaseFirestore getInstance(@NonNull FirebaseApp app) {
147
147
* <p>Returns the same instance for all invocations given the same database parameter. If no
148
148
* instance exists, initializes a new instance.
149
149
*
150
- * @param database The name of database.
150
+ * @param database The database ID .
151
151
* @returns The {@link FirebaseFirestore} instance.
152
152
*/
153
153
@ NonNull
@@ -163,7 +163,7 @@ public static FirebaseFirestore getInstance(@NonNull String database) {
163
163
*
164
164
* @param app The {@link FirebaseApp} instance that the returned {@link FirebaseFirestore}
165
165
* instance is associated with.
166
- * @param database The name of database.
166
+ * @param database The database ID .
167
167
* @returns The {@link FirebaseFirestore} instance.
168
168
*/
169
169
@ NonNull
You can’t perform that action at this time.
0 commit comments