We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3373f0 commit de7a6cdCopy full SHA for de7a6cd
cmake/external/firestore.cmake
@@ -36,10 +36,10 @@ function(GetReleasedDep)
36
firestore
37
38
DOWNLOAD_DIR ${FIREBASE_DOWNLOAD_DIR}
39
- # Pin to the HEAD commit of https://github.com/firebase/firebase-ios-sdk/pull/9838
40
- # (Firestore TransactionOptions added, to specify maxAttempts)
+ # Pin to a HEAD commit of the master branch of the firebase-ios-sdk, now that
+ # https://github.com/firebase/firebase-ios-sdk/pull/9838 has been merged.
41
GIT_REPOSITORY https://github.com/firebase/firebase-ios-sdk.git
42
- GIT_TAG 141fdcb6c3b1efad19708f77ec88a5516c786d8b
+ GIT_TAG 585b4c83dbeca3e25895ae2f0d2ed7056b3cac7b
43
44
PREFIX ${PROJECT_BINARY_DIR}
45
0 commit comments