12 ms·
Firebase is a collection of services. This seems to be an alternative to the Firebase Realtime Database specifically
by arpit 7y ago
Firebase is a collection of services. This seems to be an alternative to the Firebase Realtime Database specifically
- dudus 7y agoWhich is sort of a legacy database they keep probably more for compatibility reasons. Firestore is the actual database used by most new apps.
- dsun180 7y agoThis is not even true. Firebase Realtime Database supports offline-first while SapphireDB is just streaming results to the client, like RethinkDB or Meteor.
- morrisjdev 7y agoOffline-first is already a planned feature and only missing because of the lack of development capacity.