⚠ BREAKING CHANGES
- app, sdk: this version of the underlying firebase-ios-sdk has
a minimum Xcode requirement of 14.1 which transitively implies a macOS
minimum version of 12.5 - app, sdk: the "safetyNet" provider for App Check has been removed
from the underlying firebase-android-sdk and we have removed it here. You
should upgrade to the "playIntegrity" provider for App Check - app, sdks: firebase-ios-sdk 10.8.0 and higher require Xcode 13.3+,
which transitively requires macOS 12.0+. You must update your CI build environments
to meet these minimums as well as your development environments - if you have older
hardware that still works but cannot be upgraded normally, you may like:
https://dortania.github.io/OpenCore-Legacy-Patcher/
Features
- app, sdk: android-sdk v32 - app-check safetyNet provider is removed (a0e76ec)
- app, sdk: ios-sdk 10.10.0, requires Xcode 14.1+ / macOS 12.5+ (3122918)
- app, sdks: ios-sdk 10.8.0 requires Xcode 13.3+; android-sdk 31.5.0 (86dc4d5)
- auth, android: add forceRecaptchaFlowForTesting API (#7148) (95d014c)