@zxning/connect-firebase
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

connect-firebase

This is a seesion store using firebase, based on the MongoDB session store from connect-mongo

What changed

  1. only index.js changed, rewrite from promises to awaits, and use firebase instead of mongo.
  2. all tests passed
  3. 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

Package Sidebar

Install

npm i @zxning/connect-firebase

Weekly Downloads

10

Version

1.0.0

License

MIT

Unpacked Size

57.1 kB

Total Files

13

Last publish

Collaborators

  • zxning