I needed to invalidate the current deviceToken to disable the push notifications.
To do that I exposed the Firebase methods: deleteToken and deleteInstaceId.
I did this changes in this module and not in titanium-firebase-cloud-messaging for the ios dependencies (FirebaseInstanceID.framework is included here).
I needed to invalidate the current deviceToken to disable the push notifications. To do that I exposed the Firebase methods: deleteToken and deleteInstaceId. I did this changes in this module and not in titanium-firebase-cloud-messaging for the ios dependencies (FirebaseInstanceID.framework is included here).