refire
refire copied to clipboard
Query when using Populate
Nice work! Is it possible to use Query and orderByChild when populating?
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.
Hey @hoppula , have you had time to look into this ?