Closed m1ga closed 1 year ago
We can't join https://github.com/hansemannn/titanium-firebase-cloud-messaging/pull/141 here too?
@jordanbisato I was hoping if this PR is merged yours will only contain the iOS part so no need to close that :smile:
@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
Since #137 is used in a client project I've merged all the Android PRs into one
Merge PRs
toColor
deprecation warningNew:
clearLastData
to clear intent data too. Otherwise it will show up on every resumefirebase.cloudmessaging-android-3.4.0.zip