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 576e44c commit 2b8eb5aCopy full SHA for 2b8eb5a
cmake/external/firestore.cmake
@@ -18,7 +18,11 @@ if(TARGET firestore)
18
return()
19
endif()
20
21
-set(version Firestore-1.15.0)
+# Pin to the first revision that includes these changes:
22
+# https://github.com/firebase/firebase-ios-sdk/pull/5807.
23
+#
24
+# This should be released with the next version after Firestore-1.15.0.
25
+set(version 05026f3df92cdee7b91fccc72a7195be2618acdf)
26
27
ExternalProject_Add(
28
firestore
0 commit comments