Skip to content

Commit 3497258

Browse files
author
Brian Chen
committed
update part 2
1 parent 71ce1f4 commit 3497258

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

packages/firebase/index.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6068,9 +6068,10 @@ declare namespace firebase.firestore {
60686068
* than settings()) on startup. If the client is still running, an exception
60696069
* `code` will be thrown.
60706070
*
6071-
* * failed-precondition: The app is still running in a browser tab.
6071+
* * failed-precondition: The client is still running in a browser tab.
60726072
*
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.
60746075
*/
60756076
clearPersistence(): Promise<void>;
60766077

packages/firestore-types/index.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,10 @@ export class FirebaseFirestore {
224224
* than settings()) on startup. If the client is still running, an exception
225225
* `code` will be thrown.
226226
*
227-
* * failed-precondition: The app is still running in a browser tab.
227+
* * failed-precondition: The client is still running in a browser tab.
228228
*
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.
230231
*/
231232
clearPersistence(): Promise<void>;
232233

0 commit comments

Comments
 (0)