We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ce7ba commit c0dd2c7Copy full SHA for c0dd2c7
Firebase/Messaging/CHANGELOG.md
@@ -1,5 +1,7 @@
1
# 2020-02 -- v 4.2.1
2
- [added] Firebase Pod support for watchOS: `pod 'Firebase/Messaging'` in addition to `pod 'FirebaseMessaging'`. (#4807)
3
+- [fixed] Fix FIRMessagingExtensionHelper crash in unit tests when `attachment == nil`. (#4689)
4
+- [fixed] Fix FIRMessagingRmqManager crash when database is removed. This only happens when device has a corrupted database file. (#4771)
5
6
# 2020-01 -- v 4.2.0
7
- [added] Added watchOS support for Firebase Messaging. This enables FCM push notification function on watch only app or independent watch app. (#4016)
0 commit comments