To explain my question with a sample: I have a list view in which I need to display a person's id and name. Ids are stored locally in SQLite and I need to get the corresponding names from Firebase. What is the best approach in this case? If the Ids and Names were both from Firebase, then Firebase UI would be the answer but what would be the best way for my use case of "looking up" data, since synchronous queries are not possible with Firebase?To explain my question with a sample: I have a