File tree Expand file tree Collapse file tree
Sources/DefaultProviderFactory Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1818
1919NS_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
Original file line number Diff line number Diff line change 1- # Unreleased
1+ # 12.15.0
22
33- [ fix] Remove use of designated initializers for ` forceIndex ` [ #16229 ] .
44
You can’t perform that action at this time.
0 commit comments