firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.41k stars 1.42k forks source link

Merge `main` into `release-11.0` #13169

Closed andrewheard closed 3 days ago

andrewheard commented 6 days ago

Merged main into release-11.0.

no-changelog

google-oss-bot commented 6 days ago
1 Warning
:warning: New public headers were added, did you remember to add them to the umbrella header?

Generated by :no_entry_sign: Danger

github-actions[bot] commented 6 days ago

Apple API Diff Report

Commit: 74ce11c3d03ab95b2b1fac4b4871e832477ae431 Last updated: Mon Jun 24 13:44 PDT 2024 View workflow logs & download artifacts


FirebaseAppCheck

Classes

FIRAppCheck
[ADDED] -limitedUseTokenWithCompletion: ```diff Swift: + func limitedUseToken () async throws -> FIRAppCheckToken Objective-C: + - ( void ) limitedUseTokenWithCompletion : ( nonnull void ( ^ )( FIRAppCheckToken * _Nullable , NSError * _Nullable )) handler ; ```
[ADDED] -tokenForcingRefresh:completion: ```diff Swift: + func token ( forcingRefresh : Bool ) async throws -> FIRAppCheckToken Objective-C: + - ( void ) tokenForcingRefresh :( BOOL ) forcingRefresh completion :( nonnull void ( ^ )( FIRAppCheckToken * _Nullable , NSError * _Nullable )) handler ; ```

paulb777 commented 3 days ago

Please investigate https://github.com/firebase/firebase-ios-sdk/actions/runs/9619022396/job/26534197765?pr=13169#step:8:52