Aram Sargsyan
Results
2
comments of
Aram Sargsyan
I have changed FirebaseFirestore.instance.settings = const Settings(persistenceEnabled: true); but the problem still exists. If I remove firebase folders from %LOCALAPPDATA% the app runs for a single time. but the problem...
await FirebaseFirestore.instance.clearPersistence(); does the trick, now the application do not closes. But The state of application remain the same, so after restarting the app firebase state perciste. it seems like...