Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pages/migrating-to-v6.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,13 +397,15 @@ No breaking changes.
`@react-native-firebase/messaging`

- [android] The manually added `RNFirebaseMessagingService` service in your `AndroidManifest.xml` file is no longer required - you can safely remove it.
- [android] For background messages, the registered background headless task name has been changed. You will need to change `RNFirebaseBackgroundMessage` to `ReactNativeFirebaseMessagingHeadlessTask` when you call `AppRegistry.registerHeadlessTask(` in your `index.js`
- [ios] The manually added `RNFirebaseMessaging` usages in your `AppDelegate` files are no longer required - you can safely remove them.
- The _builder_ syntax has been deprecated in favour of simple objects. See `newRemoteMessage()` documentation for an example.
- [ios] The minimum supported iOS version is now 10
- iOS 9 or lower only accounts for 0.% of all iPhone devices.
- To see a detailed device versions breakdown see [this link](https://david-smith.org/iosversionstats/).
- Community contributions that add iOS 9 support are welcome.


### Performance Monitoring

`@react-native-firebase/perf`
Expand Down