You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_> a working solution can be found (copied below) with more detail in #2751
note to apply, lookup the current tag for the specific repo shown, then in ios/Podfile add that pod entry immediately following target 'Runner' do like this:
target 'Runner' do
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '6.29.0'
this immediately resolved all slowness when initially implementing cloud firestore in my project (once it worked--in my case updating the tag to latest was necessary)_
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Besides this solution , is there any future optimization planned for the plugin ?
flutter/flutter#37582 (comment)
_```
_> a working solution can be found (copied below) with more detail in #2751
Beta Was this translation helpful? Give feedback.
All reactions