connect-firebase
connect-firebase copied to clipboard
Firebase session store for Connect
Hi, Any plans to support firebase 3? Cheers
This would allow for passing in a full firebase url with the https:// already prefixed to the host. ``` javascript var options = { // The URL you were given...
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...
Hello, First off, thanks a ton for this project is has been very helpful. I've been working on something similar, but you've done a way better job. nice work! How...
Hi, I am looking at how to set `rolling` option in with connect-firebase, but it seems that connect-firebase is re-utilising `cookie.maxAge` for the expires functionality, in other implementations (redis, mongo)...