@@ -114,10 +114,11 @@ private static FirebaseApp getDefaultFirebaseApp() {
114
114
115
115
/**
116
116
* Returns the existing default {@link FirebaseFirestore} instance that is associated with the
117
- * default {@link FirebaseApp}. If no instance exists, initializes a new
118
- * instance with default settings.
117
+ * default {@link FirebaseApp}. If no instance exists, initializes a new instance with default
118
+ * settings.
119
+ *
119
120
* @param app - The {@link FirebaseApp} instance that the returned {@link FirebaseFirestore}
120
- * instance is associated with.
121
+ * instance is associated with.
121
122
* @param database - The name of database.
122
123
* @returns The {@link FirebaseFirestore} instance of the provided app.
123
124
*/
@@ -128,10 +129,11 @@ public static FirebaseFirestore getInstance() {
128
129
129
130
/**
130
131
* Returns the existing default {@link FirebaseFirestore} instance that is associated with the
131
- * provided {@link FirebaseApp}. If no instance exists, initializes a new
132
- * instance with default settings.
132
+ * provided {@link FirebaseApp}. If no instance exists, initializes a new instance with default
133
+ * settings.
134
+ *
133
135
* @param app - The {@link FirebaseApp} instance that the returned {@link FirebaseFirestore}
134
- * instance is associated with.
136
+ * instance is associated with.
135
137
* @param database - The name of database.
136
138
* @returns The {@link FirebaseFirestore} instance of the provided app.
137
139
*/
@@ -141,11 +143,11 @@ public static FirebaseFirestore getInstance(@NonNull FirebaseApp app) {
141
143
}
142
144
143
145
/**
144
- * Returns the existing {@link FirebaseFirestore} instance that is associated with the
145
- * default {@link FirebaseApp}. If no instance exists, initializes a new
146
- * instance with default settings.
146
+ * Returns the existing {@link FirebaseFirestore} instance that is associated with the default
147
+ * {@link FirebaseApp}. If no instance exists, initializes a new instance with default settings.
148
+ *
147
149
* @param app - The {@link FirebaseApp} instance that the returned {@link FirebaseFirestore}
148
- * instance is associated with.
150
+ * instance is associated with.
149
151
* @param database - The name of database.
150
152
* @returns The {@link FirebaseFirestore} instance of the provided app.
151
153
*/
@@ -155,11 +157,11 @@ public static FirebaseFirestore getInstance(@NonNull String database) {
155
157
}
156
158
157
159
/**
158
- * Returns the existing {@link FirebaseFirestore} instance that is associated with the
159
- * provided {@link FirebaseApp}. If no instance exists, initializes a new
160
- * instance with default settings.
160
+ * Returns the existing {@link FirebaseFirestore} instance that is associated with the provided
161
+ * {@link FirebaseApp}. If no instance exists, initializes a new instance with default settings.
162
+ *
161
163
* @param app - The {@link FirebaseApp} instance that the returned {@link FirebaseFirestore}
162
- * instance is associated with.
164
+ * instance is associated with.
163
165
* @param database - The name of database.
164
166
* @returns The {@link FirebaseFirestore} instance of the provided app.
165
167
*/
0 commit comments