|
1 | 1 | # 11.4.0 |
2 | | -- [Fixed] Restore Firebase 10 behavior by ignoring `nil` display names used |
| 2 | +- [fixed] Restore Firebase 10 behavior by ignoring `nil` display names used |
3 | 3 | during multi factor enrollment. (#13856) |
4 | | -- [Fixed] Fix crash when enrolling account with TOTP MFA. (#13880) |
| 4 | +- [fixed] Fix crash when enrolling account with TOTP MFA. (#13880) |
5 | 5 |
|
6 | 6 | # 11.3.0 |
7 | | -- [Fixed] Restore Firebase 10 behavior by querying with the |
| 7 | +- [fixed] Restore Firebase 10 behavior by querying with the |
8 | 8 | `kSecAttrSynchronizable` key when auth state is set to be shared across |
9 | 9 | devices. (#13584) |
10 | | -- [Fixed] Prevent a bad memory access crash by using non-ObjC, native Swift |
| 10 | +- [fixed] Prevent a bad memory access crash by using non-ObjC, native Swift |
11 | 11 | types in the SDK's networking layer, and moving synchronous work off of |
12 | 12 | the shared Swift concurrency queue. (#13650) |
13 | | -- [Fixed] Restore Firebase 10 behavior by forwarding errors from interrupted |
| 13 | +- [fixed] Restore Firebase 10 behavior by forwarding errors from interrupted |
14 | 14 | reCAPTCHA or OIDC login flows. (#13645) |
15 | 15 |
|
16 | 16 | # 11.2.0 |
17 | | -- [Fixed] Fixed crashes that could occur in Swift continuation blocks running in the Xcode 16 |
| 17 | +- [fixed] Fixed crashes that could occur in Swift continuation blocks running in the Xcode 16 |
18 | 18 | betas. (#13480) |
19 | | -- [Fixed] Fixed Phone Auth via Sandbox APNS tokens that broke in 11.0.0. (#13479) |
20 | | -- [Fixed] Fixed crash when fetching sign in methods due to unexpected nil. |
| 19 | +- [fixed] Fixed Phone Auth via Sandbox APNS tokens that broke in 11.0.0. (#13479) |
| 20 | +- [fixed] Fixed crash when fetching sign in methods due to unexpected nil. |
21 | 21 | Previously, fetching sign in methods could return both a `nil` array of sign |
22 | 22 | in methods and a `nil` error. In such cases, an empty array is instead |
23 | 23 | returned with the `nil` error. (#13550) |
24 | | -- [Fixed] Fixed user session persistence in multi tenant projects. Introduced in 11.0.0. (#13565) |
25 | | -- [Fixed] Fixed encoding crash that occurs when using TOTP multi-factor |
| 24 | +- [fixed] Fixed user session persistence in multi tenant projects. Introduced in 11.0.0. (#13565) |
| 25 | +- [fixed] Fixed encoding crash that occurs when using TOTP multi-factor |
26 | 26 | authentication. Note that this fix will not be in the 11.2.0 zip and Carthage |
27 | 27 | distributions, but will be included from 11.3.0 onwards. (#13591) |
28 | 28 |
|
|
0 commit comments