(no title)
nerdywordy | 7 years ago
We have played with Firestore quite a bit, but rely heavily on the ability to do aggregate queries. Reading all of the documents and performing this on the client side is nowhere near good enough. Nor is triggering functions to update a "count" or "sum" property on a doc.
Edit: Looks like a PM answered on another thread...
"It's a point of internal discussion on scalable ways to achieve this, but nothing we can promise. We definitely see the need for it."
doczoidberg|7 years ago
pier25|7 years ago
By far the biggest pain point of the RTDB was its poor querying capabilities. Firestore solved some of those problems, but it's still very limited.
We moved away from Firebase primarily because of the serious limitations of the 2 DBs.
asien|7 years ago
The Firebase team is aware of that need but it’s very hard to deliver such features at scale.
Firebase is used everywhere these days , so a single change in the platform has impacts in petabytes and massive thousands of cpus load.
nerdywordy|7 years ago