@zxning/connect-firebase
v1.0.0
Published
Firebase session store for Express and Connect
Downloads
1
Maintainers
Readme
connect-firebase
This is a seesion store using firebase, based on the MongoDB session store from connect-mongo
What changed
- only index.js changed, rewrite from promises to awaits, and use firebase instead of mongo.
- all tests passed
- an express example added
Performance
Performance is compariable to the remote database or mongo. it is slower than local database or mongo installation for obvious reason. and you cannot compare this with the in memory stores.
License
The MIT License