File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6068,9 +6068,10 @@ declare namespace firebase.firestore {
6068
6068
* than settings()) on startup. If the client is still running, an exception
6069
6069
* `code` will be thrown.
6070
6070
*
6071
- * * failed-precondition: The app is still running in a browser tab.
6071
+ * * failed-precondition: The client is still running in a browser tab.
6072
6072
*
6073
- * @return A promise that is resolved once the persistence has been cleared.
6073
+ * @return A promise that is resolved once the persistent storage has been
6074
+ * cleared.
6074
6075
*/
6075
6076
clearPersistence ( ) : Promise < void > ;
6076
6077
Original file line number Diff line number Diff line change @@ -224,9 +224,10 @@ export class FirebaseFirestore {
224
224
* than settings()) on startup. If the client is still running, an exception
225
225
* `code` will be thrown.
226
226
*
227
- * * failed-precondition: The app is still running in a browser tab.
227
+ * * failed-precondition: The client is still running in a browser tab.
228
228
*
229
- * @return A promise that is resolved once the persistence has been cleared.
229
+ * @return A promise that is resolved once the persistent storage has been
230
+ * cleared.
230
231
*/
231
232
clearPersistence ( ) : Promise < void > ;
232
233
You can’t perform that action at this time.
0 commit comments