G gacar Active Member Dec 16, 2021 #1 I am using Firebase Notification. If user want to disable the notification, how can I do that?
Solution Erel Dec 17, 2021 Store the flag value with KVS and check it before you show the notification in FirebaseMessaging service.
Store the flag value with KVS and check it before you show the notification in FirebaseMessaging service.
Erel B4X founder Staff member Licensed User Longtime User Dec 17, 2021 #2 Store the flag value with KVS and check it before you show the notification in FirebaseMessaging service. Upvote 0 Solution
Store the flag value with KVS and check it before you show the notification in FirebaseMessaging service.
G gacar Active Member Dec 17, 2021 #3 Erel said: Store the flag value with KVS and check it before you show the notification in FirebaseMessaging service. Click to expand... Thanks for solution. Upvote 0
Erel said: Store the flag value with KVS and check it before you show the notification in FirebaseMessaging service. Click to expand... Thanks for solution.