Hacker News new | ask | show | jobs
by willsaar 2539 days ago
Flushout is not a hosted solution like Firestore, it's a component for systems that have their own backend that handles access control and need a data model.

Flushout isn't tied to any particular cloud provider (my backend is running in AWS), and lets you preserve a history of every update to the model to make it easy to implement undo or just display historical updates to the document. As Flushout can also send individual updates to sync models, it may also be more efficient than sending snapshot updates (especially for large documents), but don't know how Firestore transfers its model updates internally...