Hacker News new | ask | show | jobs
by gsundeep 4649 days ago
We're currently using Firebase as our datastore.
1 comments

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.