Commits
Mike Hardy authored 70974d41f85
feat: BREAKING forward-port to firebase-android-sdk v26 / firebase-ios-sdk v7 This drops a large number of deprecated APIs and separates MLKit into cloud APIs (supported) vs on-device (moved to react-native-mlkit) - on-device MLKit model APIs are in `@react-native-mlkit` now - cloud ml-vision APIs have moved to just 'ml', in general change all 'vision' to 'ml' (following casing) - deprecated remote-config APIs are purged - many other changes, please refer to the upstream release notes for details: - https://firebase.google.com/support/release-notes/android#2020-10-27 - https://firebase.google.com/support/release-notes/ios#version_700_-_october_26_2020 This also may give you options on how you link firebase-ios-sdk. If you have special linking needs, read: - https://firebase.google.com/docs/ios/link-firebase-static-dynamic BREAKING CHANGE: alter ML imports, check iOS linking, remove old API as noted