hansemannn / titanium-firebase-cloud-messaging

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

feat(android): update library, change intent category, clear data #147

Closed m1ga closed 1 year ago

m1ga commented 1 year ago

Since #137 is used in a client project I've merged all the Android PRs into one

Merge PRs

New:

firebase.cloudmessaging-android-3.4.0.zip

jordanbisato commented 1 year ago

We can't join https://github.com/hansemannn/titanium-firebase-cloud-messaging/pull/141 here too?

m1ga commented 1 year ago

@jordanbisato I was hoping if this PR is merged yours will only contain the iOS part so no need to close that :smile:

m1ga commented 1 year ago

@hansemannn this one should be merge too as it will fix some errors and multiple users use this because of the changed change intent category #137 (for details) which will return the

var message = Titanium.Android.currentActivity.intent.getStringExtra("fcm_data");
console.log("intent string extra: ", message);

data when the app was closed, before it was empty. Rest of the changes in the initial comment