titanium-firebase-cloud-messaging icon indicating copy to clipboard operation
titanium-firebase-cloud-messaging copied to clipboard

Use the Firebase Cloud Messaging SDK in Axway Titanium 🚀 Edit

Results 7 titanium-firebase-cloud-messaging issues
Sort by recently updated
recently updated
newest added

Changelog: **23.4.0** * The SDK now calls messageHandled() after a message has been handled successfully. _(note: couldn't find anything in the help about that)_ * Added an internal identifier to...

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.

feature

Hi guys, I got into an issue on iOS. We're using firebase.cloudmessaging for the past 3 months and it's working good. I've updated it to the latest release (3.0.0) last...

``` Ti.App.iOS.addEventListener('usernotificationsettings', function eventUserNotificationSettings() { // Remove the event again to prevent duplicate calls through the Firebase API Ti.App.iOS.removeEventListener('usernotificationsettings', eventUserNotificationSettings); // Register for push notifications Ti.Network.registerForPushNotifications({ success: function(e) { Ti.API.info("*************************************************");...

I'm using this payload to send the notification: ```js { notification: { title: payload.title || 'Atenção', body: payload.body || 'Você possui uma nova mensagem', }, apns: { payload: { aps:...

For Android: https://segunfamisa.com/posts/notifications-direct-reply-android-nougat

feature
help wanted