Skip to content

add clearPersistence() to index.d.ts #1717

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jun 5, 2019
5 changes: 5 additions & 0 deletions packages/firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# Unreleased
- [changed] Firestore now recovers more quickly after network connectivity
changes (airplane mode, Wi-Fi availability, etc.).
- [feature] Added `clearPersistence()`, clears the persistent storage
including pending writes and cached tests. This is intended to help
write reliable tests. For applications sensitive to disclosure of cache data
in between user sessions, we strongly recommend not to enable persistence
in the first place.

# 1.3.0
- [changed] Deprecated the `experimentalTabSynchronization` setting in favor of
Expand Down