FirebaseExtended / firebase-queue

MIT License
786 stars 108 forks source link

Task Priorities? #23

Open ronag opened 9 years ago

ronag commented 9 years ago

Feature request. Task priorities or deadline based ordering.

ronag commented 9 years ago

I think this could easily be accomplished by grouping by state and then orderByPriority when fetching tasks.

cbraynor commented 9 years ago

This is definitely something that would be very useful. Unfortunately it's not currently possible given the current Firebase client as we're already using orderByChild('_state') to select only items with the current start_state. You can't chain more than one orderBy function, but as soon as the client supports it we'll add it!

24601 commented 8 years ago

Any news/opinion on whether the recent Firebase 3.0 clients/API will support the required behavior?

holgersindbaek commented 7 years ago

+1