Skip to content

Commit 3d7ce2a

Browse files
authored
13.9.0 Release (#1871)
1 parent d8ba932 commit 3d7ce2a

3 files changed

Lines changed: 9 additions & 10 deletions

File tree

cpp_sdk_version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"released": "13.8.0",
3-
"stable": "13.8.0",
4-
"head": "13.8.0"
2+
"released": "13.9.0",
3+
"stable": "13.9.0",
4+
"head": "13.9.0"
55
}

ios_pod/Podfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,3 @@ target 'GetPods' do
1919
pod 'Firebase/Storage', '12.15.0'
2020

2121
end
22-
23-
post_install do |installer|
24-
# Patch FirebaseAppCheck 10.16.0 header to replace @import with #import.
25-
# TODO (b/304327855): Remove when iOS SDK 10.17.0 is released.
26-
system("sed '-i~' 's%^@import FirebaseAppCheckInterop;%#import \"FirebaseAppCheck/Interop/FIRAppCheckInterop.h\"\\n#import \"FirebaseAppCheck/Interop/FIRAppCheckProtocol.h\"\\n#import \"FirebaseAppCheck/Interop/FIRAppCheckTokenResultInterop.h\"%' Pods/FirebaseAppCheck/FirebaseAppCheck/Sources/Public/FirebaseAppCheck/FIRAppCheck.h")
27-
end

release_build_files/readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,13 +613,18 @@ workflow use only during the development of your app, not for publicly shipping
613613
code.
614614

615615
## Release Notes
616+
### 13.9.0
617+
- Changes
618+
- General (Android): Update to Firebase Android BoM version 34.15.0.
619+
- General (iOS): Update to Firebase Cocoapods version 12.15.0.
620+
- Auth (Desktop): Fixes Auth requests when App Check is enabled.
621+
616622
### 13.8.0
617623
- Changes
618624
- General (Android): Update to Firebase Android BoM version 34.14.0.
619625
- General (iOS): Update to Firebase Cocoapods version 12.14.0.
620626
- General (iOS, tvOS, Desktop): iOS, tvOS, and macOS SDKs are now built
621627
using Xcode 26.2.
622-
- Auth (Windows): Fixes Auth requests when Appcheck is enabled.
623628

624629
### 13.7.0
625630
- Changes

0 commit comments

Comments
 (0)