firebase / geofire-js

GeoFire for JavaScript - Realtime location queries with Firebase
MIT License
1.45k stars 346 forks source link

key_exited callback not being called #111

Closed eusthace811 closed 8 years ago

eusthace811 commented 8 years ago

Hi Guys,

My app was working perfectly before, but now for some reason after i remove an item from geofire, the key_exited callback is not being called.

After

this.geoFire.remove(this.currentUser.id);

The callback is never called:

this.geoQuery.on("key_exited", (key, location) => {

        console.log(key + " migrated out of the query. Bye bye :("); 

});

Any help, please?

Thank you.

jwngr commented 8 years ago

Closing as invalid. This is a usage question which we kindly request that you post on Stack Overflow or our Google Group.