Srivats Venkataraman
Srivats Venkataraman
In the Flutter Firestore Plugin Using the following code: ```dart await db .enablePersistence(const PersistenceSettings(synchronizeTabs: true)); ``` Throws a warning saying enablePersistence is depreciated and should use persistenceEnabled. https://github.com/firebase/snippets-flutter/blob/0428b747c6033ef1f5e27d65e64bb6ed2d533bda/packages/firebase_snippets_app/lib/snippets/firestore.dart#L1072-L1077 Can the...
This PR Fixes: https://github.com/flutter/flutter/issues/167410, where _initCalled was being performed twice on the web Based on the discussion comments I have removed the calles to _initCalled in the google_sign_in_web package ##...