hansemannn / titanium-firebase-core

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

Removing firebase-iid dependancy by just removing Android Cupcake (!)… #42

Closed fahad86 closed 5 years ago

fahad86 commented 5 years ago

… specific code

hansemannn commented 5 years ago

This is actually a breaking change since there is no way to delete the token anymore :(. We either need to move it to the cloud-messaging module (for iOS as well), or find a way to keep it available here.

hansemannn commented 5 years ago

You know what, let's make the methods iOS only for now, to unblock Android. If users really need it, they can expose it in the firebase-cloud module. Please bump Android to 5.0.0 then and update the readme. We should be good to go then.