Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference Samples, Firebase Queue Patterns #61

Open
ghost opened this issue May 8, 2016 · 2 comments
Open

Reference Samples, Firebase Queue Patterns #61

ghost opened this issue May 8, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented May 8, 2016

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
Copy link

pfried commented Jun 8, 2016

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants