Skip to content

Commit e998845

Browse files
authored
chore: changelogs plus header comment update (#16258)
1 parent 37372ae commit e998845

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

FirebaseAI/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# 12.15.0
2+
- [changed] Made Firebase App Check a dependency of Firebase AI Logic to
3+
simplify App Check setup. (#16185)
24
- [fixed] Fixed a namespace collision with the new
35
`FoundationModels.LanguageModelSession.Error` type introduced in Xcode 27 Beta. (#16252)
46

FirebaseAppCheck/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 12.15.0
22
- [added] Added a reCAPTCHA attestation provider. Using this provider requires the
33
[reCAPTCHA Enterprise SDK to be installed](https://docs.cloud.google.com/recaptcha/docs/instrument-ios-apps#prepare-environment),
44
enabling the reCAPTCHA provider on the Firebase App Check console, and

FirebaseAppCheck/Sources/DefaultProviderFactory/FIRDefaultProviderFactory.h

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@
1818

1919
NS_ASSUME_NONNULL_BEGIN
2020

21-
/// The internal default provider factory that is set at +load time. It returns
22-
/// the Debug provider for simulator builds; otherwise, the DeviceCheck
23-
/// provider.
21+
/// The internal default provider factory that is set at +load time.
22+
///
23+
/// It returns the Debug provider for simulator builds. For device builds, it
24+
/// returns the reCAPTCHA provider if a reCAPTCHA site key is configured
25+
/// (supported on iOS and visionOS); otherwise, it returns the DeviceCheck
26+
/// provider (if supported).
2427
@interface FIRDefaultProviderFactory : NSObject <FIRAppCheckProviderFactory>
2528

2629
@end

Firestore/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 12.15.0
22

33
- [fix] Remove use of designated initializers for `forceIndex` [#16229].
44

0 commit comments

Comments
 (0)