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 6d875b4 commit 62af875Copy full SHA for 62af875
FirebaseFirestore.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'FirebaseFirestore'
3
- s.version = '1.4.4'
+ s.version = '1.4.5'
4
s.summary = 'Google Cloud Firestore for iOS'
5
6
s.description = <<-DESC
Firestore/CHANGELOG.md
@@ -3,6 +3,10 @@
This means transactions on highly contended documents are more likely to
succeed.
+# v1.4.5
7
+- [fixed] Fixed a crash that would happen when changing networks or going from
8
+ online to offline. (#3661).
9
+
10
# v1.4.4
11
- [changed] Internal improvements.
12
0 commit comments