Hello team Is CMP handle push by using (FCM or An...
# compose
y
Hello team Is CMP handle push by using (FCM or Another provider push notification) notification and handle action of push notification if yes or any apply it before can share code snippet for this part or Repo handle this part
t
Notification actions are handled by the platform, you will need an abstraction to use it per platform but it's not related to Compose. Popular solutions for this is: https://github.com/mirzemehdi/KMPNotifier However for something better you need to write it your self.