Skip to content

Commit

Permalink
test(e2e, ios): re-enable firestore compile acceleration
Browse files Browse the repository at this point in the history
this one is flaky for me locally so it goes back and forth. It is
working for me now though and is so much faster I'm always willing to try
  • Loading branch information
mikehardy committed Sep 14, 2021
1 parent 036acdb commit d76ecdc
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 519 deletions.
2 changes: 1 addition & 1 deletion tests/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ target 'testing' do
# pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => $FirebaseSDKVersion

# If leveldb auto-inclusion fails and build fails with leveldb symbol conflicts, use this subspec:
#pod 'FirebaseFirestore/WithoutLeveldb', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => $FirebaseSDKVersion
pod 'FirebaseFirestore/WithoutLeveldb', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => $FirebaseSDKVersion

# Enables Flipper.
#
Expand Down
Loading

0 comments on commit d76ecdc

Please sign in to comment.