hoppula / refire

Declarative Firebase bindings for Redux and React
46 stars 9 forks source link

Query when using Populate #8

Open ghost opened 7 years ago

ghost commented 7 years ago

Nice work! Is it possible to use Query and orderByChild when populating?

hoppula commented 7 years ago

Thanks! It's currently not possible to use query or orderByChild when populating as populate creates separate Firebase reference for each array item. This might be doable though, I'll have to look into this later.

Wayne-Ehr-Surprenant commented 7 years ago

Hey @hoppula , have you had time to look into this ?