Open sdg9 opened 7 years ago
Roll 20 uses firebase (or at least they used to) in place of rolling their own db + websockets.
We actually don't need a ton of complex logic and this may provide an easy and free solution to much of our required infrastructure.
@wsguede
https://firebase.google.com/docs/database/
Use cases
Firebase would solve 1.2 - 1.4 really well, without requiring custom websockets. It also would in effect act as a free db. There may not be much/any server side logic required otherwise.
While this would save a lot of DIY work, may not be ideal if goal is to learn spring and DIY.