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

Improve management of messaging in MessagingHandler #73

Closed elshadsm closed 2 years ago

elshadsm commented 2 years ago

When we sideload an app, the constructor of Messaging updates the static variable MessagingHandler.messaging, which throws the IllegalStateException when its value is not null. As a result, the app crashes due to the uncaught exception.

The change introduces the following changes: