connect-firebase
connect-firebase copied to clipboard
Adding callback support for reapInterval via a reapCallback option
This addresses issue #7.
I've added support for the option "reapCallback" that allows passing a callback method which is then passed to the reap method.
The reap method already implements calling back the callback with the removed list of session ids in case removal takes place.