hansemannn / titanium-firebase-cloud-messaging

Use the Firebase Cloud Messaging SDK in Axway Titanium 🚀 Edit
Other
43 stars 31 forks source link

Callback for subscribeToTopic & unsubscribeFromTopic #117

Open arifje opened 3 years ago

arifje commented 3 years ago

Feature request; callback for subscribeToTopic and unsubscribeFromTopic, so we can check if the subscription is successful (or not). Missing on Android and iOS if I am correct.

m1ga commented 3 years ago

Good idea! I'll add that to my Android update (https://firebase.google.com/docs/cloud-messaging/android/topic-messaging#subscribe_the_client_app_to_a_topic) :+1:

m1ga commented 3 years ago

https://github.com/hansemannn/titanium-firebase-cloud-messaging/pull/115 - for Android: two events: subscribe and unsubscribe with (un)subscribed:true/false as a callback parameter