eclipsesource / tabris-plugin-firebase

A firebase plugin for Tabris.js
https://tabrisjs.com
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

Remove `instanceId` from `Messaging` object #82

Closed karolszafranski closed 1 year ago

karolszafranski commented 1 year ago

Firebase Instance ID has been replaced with FirebaseInstallations.

At this moment nobody is using that identifier so we remove it. If needed it will be restored in future with different API.