Open
Description
In the Flutter Firestore Plugin Using the following code:
await db
.enablePersistence(const PersistenceSettings(synchronizeTabs: true));
Throws a warning saying enablePersistence is depreciated and should use persistenceEnabled.
snippets-flutter/packages/firebase_snippets_app/lib/snippets/firestore.dart
Lines 1072 to 1077 in 0428b74
Can the document be updated to reflect this? I can submit a PR for the same if that's ok.
Metadata
Metadata
Assignees
Labels
No labels