File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -71,12 +71,24 @@ Support
71
71
72
72
Release Notes
73
73
-------------
74
- ### Upcoming Release
74
+ ### 11.3.0
75
75
- Changes
76
+ - General: Update to Firebase C++ SDK version 11.3.0.
77
+ - General (Android): Update to Firebase Android BoM version 32.2.0.
78
+ - General (iOS): Update to Firebase Cocoapods version 10.12.0.
79
+ - General (Desktop): Fixed an error loading google-services.json and
80
+ google-services-desktop.json from paths with international characters on
81
+ Windows.
82
+ - Auth (Android): Fixed an issue where VerifyPhoneNumber's internal builder
83
+ failed to create PhoneAuthOptions with certain compiler settings.
84
+ - Auth (iOS): Fixed an issue where functions that return AuthResult were not
85
+ including updated credentials when encountering errors.
76
86
- Firestore (Android) Fix the intermittent global references exhaustion
77
87
crash when working with documents with a large number of keys and/or large
78
88
map and/or array fields.
79
89
([ #1364 ] ( https://github.com/firebase/firebase-cpp-sdk/pull/1364 ) ).
90
+ - Remote Config (Desktop): Additional fix for handling of non-English time
91
+ zone names on Windows.
80
92
81
93
### 11.2.0
82
94
- Changes
You can’t perform that action at this time.
0 commit comments