Skip to content

Commit d76ecdc

Browse files
committed
test(e2e, ios): re-enable firestore compile acceleration
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
1 parent 036acdb commit d76ecdc

File tree

2 files changed

+144
-519
lines changed

2 files changed

+144
-519
lines changed

tests/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ target 'testing' do
3535
# pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => $FirebaseSDKVersion
3636

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

4040
# Enables Flipper.
4141
#

0 commit comments

Comments
 (0)