Yoctol / bottender

⚡️ A framework for building conversational user interfaces.
https://bottender.js.org
MIT License
4.21k stars 334 forks source link

sessionStore on firebase? #338

Open yusef-ho opened 6 years ago

yusef-ho commented 6 years ago

Hello, Is there any chance supporting sessionStore on Firebase in the future?? Thanks

chentsulin commented 5 years ago

We may get firebase into official session stores in the future, but at this moment this can be implemented by the communty.

Just implement init, read, write, destroy, and all (we will introduce in https://github.com/Yoctol/bottender/pull/343) methods.

See Adding Custom Session Drivers on the docs: https://bottender.js.org/docs/Guides-Session#adding-custom-session-drivers

marines commented 4 years ago

Is it not possible now on 1.x? I can't find anything on custom session store in the docs.

ronlik26 commented 4 years ago

Is it still possible to add a custom session store?

chentsulin commented 4 years ago

@marines @ronlik26 Sorry for the inconvenience. I will provide a solution for custom session store in v1.4 which will be released within three days.