DEV Community

Discussion on: If you would create a small social network in 2020 what stack it would have?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

Firestore might be fast, real time, and encourage indexing, but not as fully featured as MongoDB.

Also, no joins. They have to be done manually.

Thread Thread
 
champernet profile image
Timur Iskakov

MongoDB can give an app a good speed, I agree. So that is why I choose it.
No JOINs? It can be a lot of work doing them manually 🤔
Thanks.