Cloud Firestore: A New Document Database for Apps
121–130 of 174 posts
Re: Cloud Firestore: A New Document Database for Apps
#122Does any of you feel cheated by Google? Rather than improving the existing product and providing backward compatibility, Google has chosen to build a new product with its own proprietary API. I have a client who has invested significant amount time and money in Firebase Realtime Database. Now with this move, I am not sure if Google will support Firebase Realtime Database for next 5 years. So a full rewrite might be n…
Re: Cloud Firestore: A New Document Database for Apps
#123Re: Cloud Firestore: A New Document Database for Apps
#124Does any of you feel cheated by Google? Rather than improving the existing product and providing backward compatibility, Google has chosen to build a new product with its own proprietary API. I have a client who has invested significant amount time and money in Firebase Realtime Database. Now with this move, I am not sure if Google will support Firebase Realtime Database for next 5 years. So a full rewrite might be n…
Can't you just pretend this new feature you just learned about 2 hours ago didn't exist if you don't want to use it?
Isn't releasing this very feature improving Firebase, like you're demanding?
Re: Cloud Firestore: A New Document Database for Apps
#125Re: Cloud Firestore: A New Document Database for Apps
#126Re: Cloud Firestore: A New Document Database for Apps
#127A couple of questions: What's the underlying synchronisation mechanism? Is it based on CRDTs? How does this product differ from Gun.js and realm.io?
It uses Paxos as the consensus algorithm, along with internal systems like the TrueTime API to enable us synchronously replicate across multiple data centers.
Re: Cloud Firestore: A New Document Database for Apps
#128Earlier quoted context omitted.
Can you provide anything to reassure potential users that this will still exist in five or ten years time?
The Firebase Realtime Database has been around for ~5 years (and is still fully supported after this launch). Cloud Datastore has been around in some form (started as App Engine Datastore) since 2008. Cloud Firestore was a massive multi-year joint effort between Firebase and Google Cloud. Google is investing heavily in both, and this is a big deal for our teams.
After all, if they are truly confident, there should be little cost in doing so.
Re: Cloud Firestore: A New Document Database for Apps
#129Earlier quoted context omitted.
The Firebase Realtime Database has been around for ~5 years (and is still fully supported after this launch). Cloud Datastore has been around in some form (started as App Engine Datastore) since 2008. Cloud Firestore was a massive multi-year joint effort between Firebase and Google Cloud. Google is investing heavily in both, and this is a big deal for our teams.
Perhaps you could consider persuading the powers that be to make a loud public commitment. After all, if they are truly confident, there should be little cost in doing so.
I'm not sure what other guarantees would even make sense to offer. If anything, I'd look at this announcement as ongoing proof in the magnitude of investment Google is making in Firebase and Cloud.
Re: Cloud Firestore: A New Document Database for Apps
#130I’m still looking for a product that provides firebase-levels of ease of getting up and running (no API to design, rule-based authentication, etc) , but runs on your own infrastructure, off of a traditional RDBMS. Someone tell me they’ve found the holy grail?!
Edit: Minus rule based auth.