amadorneto
Results
1
comments of
amadorneto
I had this same issue. I solved it by manually creating the notification when implementing the CrossFirebasePushNotification.Current.OnNotificationReceived or implementing the PushNotificationHandler. My implementation on OnNotificationReceived was: ``` CrossFirebasePushNotification.Current.OnNotificationReceived += (s,...