Can the new Firestore
service scale?
I know it's in beta. I'm looking for some live examples of Firestore
Scaling.
In terms of:
- Number of database transactions.
- Size of database.
Also - Does firebase have some auto scaling policy.
Can Firebase
itself scales in terms of:
- Number of users (using the OAuth)
Does anyone have some Firebase scaling example and could share.
firebaser here
The first line on the main documentation page for Cloud Firestore:
A bit lower in key capabilities:
That tells you that the folks that created Cloud Firestore thinks that scalability is one of its key features. Give that these are the same folks that worked on many of Google Cloud Platform's features, I tend to believe them on that front. :-)
There were also some earlier questions that may be relevant:
Just keep in mind that Cloud Firestore is still in beta and will be slower (but scale better) than Firebase's realtime database: