hansemannn / titanium-firebase-core

Use the Firebase Core SDK in the Titanium SDK 🚀
Other
31 stars 23 forks source link

Enabling the instance id and token delete #24

Closed luigivitelli23 closed 6 years ago

luigivitelli23 commented 6 years ago

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).

luigivitelli23 commented 6 years ago

firebase.core-android-2.3.0.zip firebase.core-iphone-1.3.0.zip Thanks to you Hans