hansemannn / titanium-firebase-database

Use the Firebase Realtime Database SDK in Axway Titanium 🚀
Other
7 stars 5 forks source link

Events are stacking #6

Open francisco-alvarado-espol opened 5 years ago

francisco-alvarado-espol commented 5 years ago

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?