File tree 2 files changed +16
-16
lines changed 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -6064,11 +6064,11 @@ declare namespace firebase.firestore {
6064
6064
/**
6065
6065
* Clears the persistent storage.
6066
6066
*
6067
- * Must be called while the client is not started (after the app is shutdown
6068
- * or when the app is first initialized). On startup, this method must called
6069
- * before other methods (other than settings()). If the client is still
6070
- * running, an exception with the a code of `failed-precondition` will be
6071
- * thrown.
6067
+ * Must be called while the client is not started (after the app is
6068
+ * shutdown or when the app is first initialized). On startup, this method
6069
+ * must be called before other methods (other than settings()). If the
6070
+ * client is still running, an exception with a code of `failed-precondition`
6071
+ * will be thrown.
6072
6072
*
6073
6073
* @return A promise that is resolved once the persistent storage has been
6074
6074
* cleared. Otherwise, the promise is rejected with an error.
Original file line number Diff line number Diff line change @@ -218,17 +218,17 @@ export class FirebaseFirestore {
218
218
app : any ;
219
219
220
220
/**
221
- * Clears the persistent storage.
222
- *
223
- * Must be called while the client is not started (after the app is shutdown
224
- * or when the app is first initialized). On startup, this method must called
225
- * before other methods (other than settings()). If the client is still
226
- * running, an exception with the a code of `failed-precondition` will be
227
- * thrown.
228
- *
229
- * @return A promise that is resolved once the persistent storage has been
230
- * cleared. Otherwise, the promise rejects with an error.
231
- */
221
+ * Clears the persistent storage.
222
+ *
223
+ * Must be called while the client is not started (after the app is
224
+ * shutdown or when the app is first initialized). On startup, this method
225
+ * must be called before other methods (other than settings()). If the
226
+ * client is still running, an exception with a code of `failed-precondition`
227
+ * will be thrown.
228
+ *
229
+ * @return A promise that is resolved once the persistent storage has been
230
+ * cleared. Otherwise, the promise is rejected with an error.
231
+ */
232
232
clearPersistence ( ) : Promise < void > ;
233
233
234
234
/**
You can’t perform that action at this time.
0 commit comments