iOS Question Clear firebase notification message

Stevenindonesia

Member
Licensed User
Hello all,

I have been using firebase notification for all my app messaging. These are my example of codes :


B4X:
Private fm As FirebaseMessaging
...
...
fm.Initialize("fm")
fm.FCMConnect
wait for fm_FCMConnected
fm.SubscribeToTopic("MYTopic")

Everything works fine. The only problem is i dont know how i can write a code to clear notification (As application still have a red dot on its icon). Have someone done this before?

Thank you
 
Top