Skip to content

Commit

Permalink
feat: use precompiled cloud_firestore to fix too long build time
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Pelais de Oliveira committed Jun 22, 2022
1 parent d417cdd commit 4f05ba5
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 688 deletions.
3 changes: 3 additions & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelpe
flutter_ios_podfile_setup

target 'Runner' do
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '8.15.0'

use_frameworks!
use_modular_headers!

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))

end

post_install do |installer|
Expand Down
Loading

0 comments on commit 4f05ba5

Please sign in to comment.