Closed eusthace811 closed 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.
Closing as invalid. This is a usage question which we kindly request that you post on Stack Overflow or our Google Group.
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
The callback is never called:
Any help, please?
Thank you.