You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING: No navigator key param in handler, and in callbacks onTap, onOpenNotificationArrive
BREAKING: No context in callbacks onFcmTokenInitialize, onFcmTokenUpdate
BREAKING: Renamed AppState.closed to AppState.terminated
BREAKING: onTap now gives an object of NotificationInfo
BREAKING: enableLogs is now available as a static variable in FirebaseNotificationsHandler
BREAKING: Renamed onFCMTokenInitialize to onFcmTokenInitialize
BREAKING: Renamed onFCMTokenUpdate to onFcmTokenUpdate
BREAKING: Renamed initializeFCMToken to initializeFcmToken
BREAKING: Removed onFCMTokenRefresh
BREAKING: Renamed requestPermissionsOnInit to requestPermissionsOnInitialize
BREAKING: Removed sendFcmNotification as API has been deprecated to send notifications from client side.
Introduced a new sendLocalNotification function which can be used to send/schedule local notifications.
BREAKING: Added androidConfig and iosConfig in and moved platform specific configs there like channelId, channelName etc. which was in the root before, and these values are getters, which can be modified for every incoming message.
BREAKING: Renamed NotificationTapDetails to NotificationInfo. NotificationInfo now also holds firebaseMessage.
BREAKING: Callbacks onTap and onOpenNotificationArrive callbacks now give NotificationInfo param which contains info about the notification.