samuk190 / localbase

A Firebase-Style Database ... Offline!
649 stars 83 forks source link

Orderby Two Values #15

Open CynthiaBlue opened 3 years ago

CynthiaBlue commented 3 years ago

Is there a way to orderby two values instead of just one?

while this works:

db.collection('people')
      .orderBy('l_name')

This doesn't: db.collection('people') .orderBy('l_name','f_name')

dannyconnell commented 3 years ago

@CynthiaBlue this is not currently possible, but I'll consider adding it