MartinRosenberg / mess-hall

For throwing messages back and forth down the hall. (That's what "mess hall" means, right?)
GNU General Public License v3.0
0 stars 0 forks source link

Add persistence #5

Open MartinRosenberg opened 5 years ago

MartinRosenberg commented 5 years ago

As is, messages from outside (before or after) the current session are unavailable. Storing the history and bringing it back on startup resolves this.

Suggested implementation

MartinRosenberg commented 5 years ago

Firebase would be a good choice for a document store as well. It's cheap (or free), and I've used it before. Plus, they have a new thing out (Cloud Firestore, presumably a shop in the heavens where you can buy flames) that's supposed to be pretty nice (although I haven't used that one before).