hansemannn / titanium-firebase-database

Use the Firebase Realtime Database SDK in Axway Titanium 🚀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Events are stacking

francisco-alvarado-espol opened this issue · comments

Everytime the addEventListener() executes, stacks the events associated, making it to execute 2, 3, 4 times at the same moment.

I tried the removeEventListener() but it doesn't work.

Any suggestion?