Open aleGuardiola opened 6 years ago
I want to OrderByChild but when I try it I got an exception of Bad Request
var fEvents = await client.Child("events").OrderBy("DateMilliseconds").OnceAsync();
when I use OrderByKey it works perfectly
Same issue here
@aleGuardiola solved that by adding a index rule in the firebase console of the field I'm using to order.
cool man thanks I ll check that. Gracias @euri16
I want to OrderByChild but when I try it I got an exception of Bad Request
var fEvents = await client.Child("events").OrderBy("DateMilliseconds").OnceAsync();
when I use OrderByKey it works perfectly