First of all, thanks for this great project!
I have this issue with orderByChild
which is not working as expected.
firebase.database().ref(`/users/${userUid}/items`)
.orderByChild('priority')
.once('value', snapshot => {
// doesn't sort
});
similar to this issue from react-native-firestack
fullstackreact/react-native-firestack#82
Anyone else with the same issue?
Please see: https://firebase.google.com/docs/reference/js/firebase.database.DataSnapshot#forEach