|
|
|
|
|
by danielvaughn
1399 days ago
|
|
The multi-paradigm approach sounds fantastic, I've wanted something like that for so long. As for direct client connections - Firestore uses that approach as well. One issue with them is that your only means of security is the Firestore Rules document, which is a single script that doesn't offer much flexibility. What I've learned from using them is that if you're going to offer a direct client-to-db interface, the rules expression needs to be pretty sophisticated. Not giving advice, that's just my perspective as a potential customer. I'll take a look through your docs and will probably try it out. |
|