FirebaseExtended / firebase-queue

MIT License
786 stars 108 forks source link

Reference Samples, Firebase Queue Patterns #61

Open ghost opened 8 years ago

ghost commented 8 years ago

It would be really stellar to have some reference samples for firebase-queue or maybe like a Firebase Patterns cookbook to reduce the learn curve for new Firebase developers such as myself.

Does anyone have a Heroku app starter and or an app engine starter they'd be will to share and or contribute to repo of such examples?

pfried commented 8 years ago

Could someone provide a solution for a simple use case:

Customers want to send a message to you. You want to put that thing on a queue and send it via mail. But besides that you want to keep track of sent messages in the application.

How would one create the task and the message record? Do you create both the task and the message record on the client even if there are inconsistencies possible? (E.g. the message gets created but not the task and vice versa)

ahaverty commented 7 years ago

I agree, or even a firebase queue specific would might be nice.