Hacker News new | ask | show | jobs
by btn 4649 days ago
Storing them where?
1 comments

We're currently using Firebase as our datastore.
Why not use a local datastore on the user's browser, like IndexedDB? I see no reason at all to install this and send my data to your external datastore when the same can be accomplished locally.