by Pwnguinz on 12/18/22, 9:28 AM with 3 comments
And that’s what Glue4 abstracts away: having to host our own backend, pick our own DB, figure out the querying language/ORM and then host & maintain them all somewhere “in the cloud”. All you need to do is run a single npm install command and you get Auth + state persistence in the backend out of the box.
Fire away with critiques/questions/anything really :)
by edweis on 12/19/22, 1:35 AM
This look promising, I have a few questions: 1. How is this different from Firestore? 2. How is the data stored? Will I have a first request that will download the whole store for each user? 3. What's your roadmap?