↧
Answer by Pandaiolo for Designing a Firebase based scalable feed model
Firebase guys kinda replied on their blog : https://www.firebase.com/blog/2015-10-07-how-to-keep-your-data-consistent.html The post is about "Data fanning" (spreading items across many nodes in one...
View ArticleDesigning a Firebase based scalable feed model
Question : How to design a social network "feed" with Firebase as backend, that scales ? Possible answers : "MVP" solution is to design a feeds root child, one for each user, and append any new post...
View Article