Y
Hacker News
new
|
ask
|
show
|
jobs
by
arpit
2345 days ago
Firebase is a collection of services. This seems to be an alternative to the Firebase Realtime Database specifically
2 comments
dsun180
2345 days ago
This is not even true. Firebase Realtime Database supports offline-first while SapphireDB is just streaming results to the client, like RethinkDB or Meteor.
link
morrisjdev
2345 days ago
Offline-first is already a planned feature and only missing because of the lack of development capacity.
link
dudus
2345 days ago
Which is sort of a legacy database they keep probably more for compatibility reasons. Firestore is the actual database used by most new apps.
link