Open mcomella opened 7 years ago
In eng meeting, we discussed receiving partial data from FB to speed up queries (e.g. show Yelp data first, introduce website when we hit factual, add TA data when we get it).
Note that this could be a lot of work though, especially where we use custom view/controllers.
In #365, we implemented firebase persistence but didn't design how the data should update if there are updates. As such, we used what it did by default (which appears to be update the place details screen but not the carousel – maybe this changes as one scrolls). We should design a pattern and use it.