invertase / react-native-firebase

šŸ”„ A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
https://rnfirebase.io
Other
11.5k stars 2.18k forks source link

feat(app)!: ios-sdk 10.25.0 (Xcode 15.2+) / android-sdk 33 (minSdk21 + 23 for auth / compileSdk 34+) #7774

Closed mikehardy closed 3 weeks ago

mikehardy commented 1 month ago

Description

Adopt firebase-ios-sdk 10.25.0 Adopt firebase-android-sdk 33.0.0

Related issues

Continues to help with iOS privacy requirements from Apple Lots of new goodies in android that we can expose here later, and lots of transitive deps updated

Release Summary

Has breaking changes commit snecessary for conventional-commits / semantic release but the important bits are:

Checklist

Test Plan

Run e2e tests locally, ensure they pass


Think react-native-firebase is great? Please consider supporting the project with any of the below:

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ā†—ļøŽ

Name Status Preview Comments Updated (UTC)
react-native-firebase āœ… Ready (Inspect) Visit Preview šŸ’¬ Add feedback May 20, 2024 2:57am
mikehardy commented 1 month ago

This one has everything working except a hang in the iOS messaging e2e that may be the #7272 issue

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 69.87%. Comparing base (edac622) to head (61585d2).

:exclamation: Current head 61585d2 differs from pull request most recent head 2057e38

Please upload reports for the commit 2057e38 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7774 +/- ## =========================================== + Coverage 23.52% 69.87% +46.36% =========================================== Files 134 150 +16 Lines 5570 5984 +414 Branches 1258 1255 -3 =========================================== + Hits 1310 4181 +2871 + Misses 3572 1714 -1858 + Partials 688 89 -599 ```