Skip to content

v3.5.2

Compare
Choose a tag to compare
@lupas lupas released this 17 Dec 00:12
· 779 commits to master since this release

🐜 Bug Fixes

  • Firestore: enablePersistence = true used to throw an "unsupported" error on server-side. It now does not get triggered on server-side anymore.

☘️ Small Improvements

  • Firestore: enablePersistence can now also take an object which gets passed down as the official enablePersistance options, allowing e.g. to set synchronizeTabs: true

Many thanks to @mentAl-maZe for the pull-request!