- Changed the
subscriptionId
properties to a more robust data model - Removed peer modules. Main modules now include Google Play Services libraries by default.
- Renamed
NotificarePushService
toNotificareFirebaseMessagingService
. - Replaced
isNotificareNotification
Kotlin extension withNotificarePush.isNotificareNotification()
. - Add
Notificare.push().parseNotificationOpenedIntent(intent)
to ease processing the intent. - Add
Notificare.push().parseNotificationActionOpenedIntent(intent)
to ease processing the intent. - Allow
configure()
to be called more than once, provided Notificare is unlaunched.
Breaking changes
- Renamed
NotificarePushService
toNotificareFirebaseMessagingService
. - Removed
isNotificareNotification
Kotlin extension.