sessionStore on firebase?
Hello, Is there any chance supporting sessionStore on Firebase in the future?? Thanks
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
Is it not possible now on 1.x? I can't find anything on custom session store in the docs.
Is it still possible to add a custom session store?
@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.